clearPolygons method

Future<void> clearPolygons()

Remove all polygons from the map view.

Implementation

Future<void> clearPolygons() {
  return GoogleMapsNavigationPlatform.instance.viewAPI.clearPolygons(
    viewId: _viewId,
  );
}