neilang / NAMapKit

Allows you to use custom maps in iphone applications and attempts to mimics some of the behaviour of the MapKit framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow annotation selection

nicked opened this issue · comments

Pop out the call-out manually. The equivalent of [MKMapView selectAnnotation]

Please, are this not yet implemented ?, I need display the callout when done the ping location. Help !!

I've added a quick fix for this, you can now use:

- (void)selectAnnotation:(NAAnnotation *)annotation animated:(BOOL)animate;