removeMapPolygons abstract method

void removeMapPolygons(
  1. List<MapPolygon> mapPolygons
)

Removes multiple map polygon from this map scene.

  • mapPolygons The map polygons to be removed from this map scene.

Implementation

void removeMapPolygons(List<MapPolygon> mapPolygons);