i\'m having problems trying to update an annotation location with different coordinates. Is there any way I can change de location property without having to create another开发者_如何学编程 annotation
i\'m trying to hide an AnnotationView without touching the pin, is the possible? Thanks! for (id currentAnnotation in self.mapView.annotatio开发者_开发技巧ns) {
The Problem I\'m trying to create a visual radius circle around a annonation, that remains at a fixed size in real terms. Eg. So If i set the radius to 100m, as you zoom out of the Map view the radius
I\'m trying to remove annotaenter code heretion some a MKMapView but am crashing on this line: [self.mapView removeAnnotation:p];
I have a problem using the -(void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccesoryControlTapped:(UIControl *)control method. I tried many ways to test it but it jus
Edited to Add * I haven\'t found a solution for this one yet, can anyone please help? My problem is similar to this but the answer posted doesn\'t t work for me - MKMapView refresh after pin moves *En
I have a MKMapView implemented with these lines of source code (my location is a blue bullet, the other one\'s are purple pins):
I\'m currently working with the mapkit and am stuck. I have a custom annotation view I 开发者_如何学Cam using, and I want to use the image property to display the point on the map with my own icon. I