How do i get an MKAnnotationView's coords?
Posted
by tarnfeld
on Stack Overflow
See other posts from Stack Overflow
or by tarnfeld
Published on 2010-03-20T23:25:49Z
Indexed on
2010/03/20
23:31 UTC
Read the original article
Hit count: 468
I have a method like this:
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
Using this, can i get the coordinates?
© Stack Overflow or respective owner