clearPolygon method

void clearPolygon()

Clear polygon from the map (public)

Implementation

void clearPolygon() {
  _internal.clearPolygon();
}