clearMarkers method
void
clearMarkers()
Clears all the markers.
Implementation
void clearMarkers() {
_notifyMarkerListeners(MarkerAction.clear);
}
Clears all the markers.
void clearMarkers() {
_notifyMarkerListeners(MarkerAction.clear);
}