clearMarkers method
Remove all markers from the map view.
Implementation
Future<void> clearMarkers() {
return GoogleMapsNavigationPlatform.instance.autoAPI.clearMarkers();
}
Remove all markers from the map view.
Future<void> clearMarkers() {
return GoogleMapsNavigationPlatform.instance.autoAPI.clearMarkers();
}