BentoMap
BentoMap copied to clipboard
New methods for removing annotations
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!