---
title: selectableMapFeatures
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/map/selectablemapfeatures
---

# selectableMapFeatures

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

## Declaration

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

## Discussion

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

## See Also

### Selecting map features

- [selectableMapFeatureSelectionAccessory](mapkitjs/map/selectablemapfeatureselectionaccessory.md)
- [annotationForMapFeature](mapkitjs/map/annotationformapfeature.md)
