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