Question

how do I use custom placemarks instead of the standard pins with MapKit on the iPhone?

Regards

Was it helpful?

Solution

You must extend the MKAnnotationView class, it has various properties you can set, the image property is t he one concern with the placemark image, and when you use MKPinAnnotationView the image property is the pin...hope that helps

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top