updateMarkers method
Updates the markers in the given indices dynamically. See also:
- MapShapeLayer.markerBuilder, to return the updated MapMarker.
Implementation
void updateMarkers(List<int> indices) {
_notifyMarkerListeners(MarkerAction.replace, indices);
}