clearMarkers method

void clearMarkers()

Clears all markers from the map.

Example:

controller.clearMarkers();

Implementation

void clearMarkers() {
  _impl.clearMarkers();
}