Closed mengoni closed 7 years ago
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.
DrawableComponent
remove
Hi, using anymaps-osm I noticed that clear() method is not implemented. Is it possible to remove the markers from map? Thanks