Objective c 如何获取MKAnnotationView';谁是coords?

Objective c 如何获取MKAnnotationView';谁是coords?,objective-c,mapkit,mkmapview,mkannotationview,Objective C,Mapkit,Mkmapview,Mkannotationview,我有这样一种方法: - (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control 用这个,我能得到坐标吗 return view.annotation.coordinate; .annotation属性: .coordinate属性:

我有这样一种方法:

- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
用这个,我能得到坐标吗

return view.annotation.coordinate;
  • .annotation
    属性:
  • .coordinate
    属性: