Contents

selectableMapFeatures

An array of map features that users can select from the map.

Declaration

get selectableMapFeatures(): MapFeatureType[];
set selectableMapFeatures(value: MapFeatureType[]);

Discussion

This is an array of the selectable map features the map displays from the types available in MapFeatureType.

See Also

Selecting map features