sharenowTech/AnyMaps

How to clear map?

Closed this issue · 1 comments

Hi, using anymaps-osm I noticed that clear() method is not implemented. Is it possible to remove the markers from map?
Thanks

Every DrawableComponent (which is everything you can draw on the map, like marker, circle, etc.) has remove method. That how you should clear the map.