clearMarkers method

void clearMarkers()

Clears all the markers.

Implementation

void clearMarkers() {
  _notifyMarkerListeners(MarkerAction.clear);
}