vote up 2 vote down star
3

Hello,

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

Regards

flag

66% accept rate

1 Answer

vote up 2 vote down check

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

link|flag
Thanks, Daniel. Using [pinAnnotations setImage:[UIImage imageNamed:@"info.png"]]; doesn't work. pinAnnotations is a MKAnnotationView class. Am I missing something? – Stefan Jul 17 at 13:22
whats coming out as the image for the pin then nothing? – Daniel Jul 17 at 14:12
The image is set. But it shows a pin as before. :-( – Stefan Jul 17 at 14:32
Are you sure you arent using MKPinAnnotationView , MKAnnotationView doesnt know anything about the pin i dont think – Daniel Jul 17 at 15:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.