---
title: draggable
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/annotationconstructoroptions/draggable
---

# draggable

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

## Declaration

```data
draggable?: boolean;
```

## Discussion

Discussion The default value is false.

## See Also

### Creating interaction behavior

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