これは、注釈ポイントの緯度と経度を取得することは可能ですか?
- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation {
}
この関数では
これは、注釈ポイントの緯度と経度を取得することは可能ですか?
- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation {
}
この関数では
annotation.coordinate.latitude
annotation.coordinate.longitude
しかし、@AlexWienは正しいです...ドキュメントの概要を簡単に説明すると、これを簡単に見つけることができます...
MkAnnotaionでは、最初のプロパティは座標です。