clearPolygons method

dynamic clearPolygons()

Implementation

clearPolygons() {
  this._polygons = {};
  notifyListeners();
}