changeGroundOverlays method
Updates GroundOverlays with new options.
Implementation
void changeGroundOverlays(Set<GroundOverlay> groundOverlays) {
groundOverlays.forEach(_changeGroundOverlay);
}
Updates GroundOverlays with new options.
void changeGroundOverlays(Set<GroundOverlay> groundOverlays) {
groundOverlays.forEach(_changeGroundOverlay);
}