removePolygon method
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.');
}