changePolygons method
Updates a set of Polygon
objects with new options.
Implementation
void changePolygons(Set<Polygon> polygonsToChange) {
polygonsToChange.forEach(_changePolygon);
}
Updates a set of Polygon
objects with new options.
void changePolygons(Set<Polygon> polygonsToChange) {
polygonsToChange.forEach(_changePolygon);
}