Hello,
how do I use custom placemarks instead of the standard pins with MapKit on the iPhone?
Regards
|
3
|
Hello, how do I use custom placemarks instead of the standard pins with MapKit on the iPhone? Regards
|
||
|
|
|
|
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 |
||||||||
|