問題タブ [mapkitannotation]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - MKMapView does call didSelect callback only once
I'm using a custom annotation in my mapkit project (in swift 3) to show multiple annotations on the map. It's showing and I can click on annotationn but only the first time. For openning the annotation again I need to click everywhere on the map and click again the annotation. Could anybody help me ? Thank you in advance.
Here are the functions I'm using:
Class PinAnnotation
Class AnnotationView
xcode - 画像注釈が異なります
別の注釈と検索を使用してマップ ビューを作成しました。ピンによって異なる画像を表示することはできません。また、別の懸念があります。検索を行うと、ピンが削除されて、検索された新しい場所に配置されます。以下は、若いコーダーのコードです。よろしくお願いいたします。
swift - 複数のアノテーションを迅速にコーディングする 2
注釈と MKCircle で表されるジオターゲティング エリアを生成するコードを作成しました。アプリは、ユーザーが地域に出入りしたときに通知します。すべてが正常に機能していますが、アプリに複数の領域を保持/表示させる方法がわかりません (1 つの注釈/円のみが表示されます)。ここに私のコードのスニペットをいくつか示します。
ios - Alamofire と Mapkit Swift 3 でのリクエスト
Alamofire を使用してサーバーからデータを要求し、これらのデータを使用して地図上に位置を表示しています。マップをパンまたはズームする場合、API を要求してマップをリロードする必要がありました。
現在の問題は、ズームまたはパンするたびに、CPU が 100% を超えると、ズームとパンができなくなることです。
私のコードは以下の通りです:
アラモファイアのリクエスト:
注釈の追加/削除:
マップ デリゲート:
Mapkit でアノテーションをリロードするためのパフォーマンスとベスト プラクティスを改善するにはどうすればよいですか?