initiallySelected property

List<PopupSpec> initiallySelected
final

The PopupSpecs 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 the PopupScope instead.

Implementation

final List<PopupSpec> initiallySelected;