clearMarkers method

Future<void> clearMarkers()

Remove all markers from the map view.

Implementation

Future<void> clearMarkers() {
  return GoogleMapsNavigationPlatform.instance.autoAPI.clearMarkers();
}