Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
地図に追加するように、地図オーバーレイにピンを追加するにはどうすればよいですか??
次のコードを使用してオーバーレイを作成しています
MKOverlayView* overlayV = [[MKOverlayView alloc] initWithFrame:mMapView.frame]; [mMapView addOverlay:overlayV.overlay];
次の方法で、マップ ビューにピンを個別に追加します。
[mMapView addAnnotation:annotation];