removeAllPolygons method
Removes all polygons from the Android Auto and Apple CarPlay map surface. Returns a boolean value indicating whether the polygons have been removed successfully.
Implementation
Future<bool?> removeAllPolygons() {
throw UnimplementedError('removeAllPolygons() has not been implemented.');
}