7

私はこのような方法を持っています:

- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control

これを使用して、座標を取得できますか?

4