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

Add ability to remove all annotations from the map

skela opened this issue · comments

There's a removeAnnotation method, but no removeAnnotations.
Would be cool to be able to just remove all the annotations with 1 command, especially since the annotations array is not exposed.