clearMarkers method
void
clearMarkers()
Clears all markers from the map.
Example:
controller.clearMarkers();
Implementation
void clearMarkers() {
_impl.clearMarkers();
}
Clears all markers from the map.
Example:
controller.clearMarkers();
void clearMarkers() {
_impl.clearMarkers();
}