changeMarkers method

void changeMarkers(
  1. Set<Marker> markersToChange
)

Updates a set of Marker objects with new options.

Implementation

void changeMarkers(Set<Marker> markersToChange) {
  markersToChange.forEach(_changeMarker);
}