changePolylines method
Updates a set of Polyline
objects with new options.
Implementation
void changePolylines(Set<Polyline> polylinesToChange) {
polylinesToChange.forEach(_changePolyline);
}
Updates a set of Polyline
objects with new options.
void changePolylines(Set<Polyline> polylinesToChange) {
polylinesToChange.forEach(_changePolyline);
}