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

# draggable

A Boolean value that indicates whether the place annotation is draggable.

## Declaration

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

## Discussion

Discussion You can’t set the draggable property of the place annotation. This property always returns false.
