I have a way like this:
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
Using this, can I get the coordinates?
return view.annotation.coordinate;
.annotation
.coordinate