I am implementing a MKMapView based application. In that I am using a custom image instead of displaying a pin by using MKAnnotationView.Image property.
Every few seconds I\'m retrieving an updated lat and lon for a real-world object that is in motion.This object is represented on my MKMapView by an MKAnnotationView.
I have some pins that the user can add. In the callout there is a button. When the user presses the button, I want a new pin to drop in that location, and I want to get rid of the pin that the user p
I am writing an iPad application (os 3.2) which uses MKMapKit to display moving annotations on the map.Information is retrieved via XML from three different sources and collated together in my Annotat
I created an MKAnnotation name PushPin which has a title and subtitle.I want to be able to dynamically change the title at a later time.I\'m close so I\'d rather not have to make a whole new Annotatio
I\'ve just found a strange issue with my sub classed mkannotationview. When I add the first 5 markers, they all work perfectly. In the mkannotationview sub class, I NSLog a message which I see 5 time
I\'ve implemented a custom annotation derived from MKAnnotation called ContainerAnnotation and a custom annotation view derived from MKAnnotationView with a drawRect: method called ContainerAnnotation
I am new to using MapKit framework. I am adding an image to MKAnnotationView object at specific lat-long pair on map, say at (latA, longA).
I have an MKAnnotationView subclass called ImageAnnotationView.It basically displays an image on the map.I want the regular MKAnnotationView views (the default pins) to appear above the ImageAnnotatio
Can anyone help me on how to use the - (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control {