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

# draggable

A Boolean value that indicates whether someone can drag the the user location annotation.

## Declaration

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

## Discussion

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