removePolygon method

Future<bool?> removePolygon({
  1. required List<int> polygonIds,
})

Removes polygons by selected polygonIds from the Android Auto and Apple CarPlay map surface. Returns a boolean value indicating whether the polygons have been removed successfully.

Implementation

Future<bool?> removePolygon({required List<int> polygonIds}) {
  throw UnimplementedError('removePolygon() has not been implemented.');
}