How to get the coordinates of MKAnnotationView?

I have a way like this:

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

Using this, can I get the coordinates?

+5
source share

All Articles