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

# draggable

A Boolean value that determines whether the user can drag the annotation.

## Declaration

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

## Discussion

Discussion The user can move the annotation if the draggable property is true.

## See Also

### Getting and setting interaction behavior

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