clearPolygons method
Remove all polygons from the map view.
Implementation
Future<void> clearPolygons() {
return GoogleMapsNavigationPlatform.instance.viewAPI.clearPolygons(
viewId: _viewId,
);
}
Remove all polygons from the map view.
Future<void> clearPolygons() {
return GoogleMapsNavigationPlatform.instance.viewAPI.clearPolygons(
viewId: _viewId,
);
}