clearPolygons method

void clearPolygons()

Clears all polygons from the map.

Example:

controller.clearPolygons();

Implementation

void clearPolygons() {
  _impl.clearPolygons();
}