Hey, im trying to add an annotation on my map. How can i do it?
Heres my code:
- (void)abreMapa:(NSString *)endereco { NSString *urlString = [NSStri
You'll also have to code up an annotation class that adopts the MKAnnotation protocol. e.g.:
@interface MyMapAnnotation : NSObject { ... }