मैं इस तरह एक विधि है:
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
इस का उपयोग करना, मैं निर्देशांक मिल सकता है?
मैं इस तरह एक विधि है:
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
इस का उपयोग करना, मैं निर्देशांक मिल सकता है?
return view.annotation.coordinate;
.annotationसंपत्ति: http://developer.apple.com/iphone/library/documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40008207-CH1-SW7.coordinateसंपत्ति: http://developer.apple.com/iphone/library/documentation/MapKit/Reference/MKAnnotation_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40008208-CH1-SW2