clearMarkers abstract method
void
clearMarkers()
Removes all markers from the datastore.
After calling this method, the datastore will be empty and askRetrieveMarkersToPaint should return an empty collection. This is useful for resetting the datastore or loading completely new marker data.
Note: requestRepaint is not called automatically. Call it after clearing to update the display.
datastore.clearMarkers();
datastore.requestRepaint();
Implementation
void clearMarkers();