removeMapPolygons abstract method
- List<
MapPolygon> mapPolygons
Removes multiple map polygon from this map scene.
mapPolygonsThe map polygons to be removed from this map scene.
Implementation
void removeMapPolygons(List<MapPolygon> mapPolygons);
Removes multiple map polygon from this map scene.
mapPolygons The map polygons to be removed from this map scene.void removeMapPolygons(List<MapPolygon> mapPolygons);