addPolygons method

Future<List<Polygon>> addPolygons({
  1. required List<Polygon> polygons,
})

Adds list of polygons to the Android Auto and Apple CarPlay map surface. Returns a list of polygons that have been added to the map.

Implementation

Future<List<Polygon>> addPolygons({required List<Polygon> polygons}) {
  throw UnimplementedError('addPolygons() has not been implemented.');
}