---
title: selected
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/annotation/selected
---

# selected

A Boolean value that indicates whether the map shows the annotation in a selected state.

## Declaration

```data
get selected(): boolean;
set selected(value: boolean);
```

## See Also

### Getting and setting interaction behavior

- [animates](mapkitjs/annotation/animates.md)
- [draggable](mapkitjs/annotation/draggable.md)
- [enabled](mapkitjs/annotation/enabled.md)
