BentoMap icon indicating copy to clipboard operation
BentoMap copied to clipboard

New methods for removing annotations

Open eleev opened this issue 8 years ago • 0 comments

It would be really nice to have an additional API methods for removing existing annotations such as:

  • remove(_ annotation: MKAnnotation)
  • removeAll()

I know that behind the scenes a custom struct is used, but from the high level point of view it would be really nice to manipulate the map data in a similar was as it is done with the regular MKMapView.

Thank you for doing an amazing job!

eleev avatar May 01 '17 10:05 eleev