Stefan
Stefan

Reputation: 29017

Map Kit: Custom placemarks

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

Regards

Upvotes: 4

Views: 3700

Answers (1)

Daniel
Daniel

Reputation: 22395

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

Upvotes: 3

Related Questions