initiallySelectedMarkers property

List<Marker> initiallySelectedMarkers
getter/setter pair

The markers for which a popup should be initially visible. Note that this has no affect if the PopupMarkerLayer is within a PopupScope and should be declared on PopupScope instead.

Implementation

List<Marker> initiallySelectedMarkers;