<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/Annotation/draggable",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instp/mapkit.Annotation/draggable"
  },
  "title" : "draggable"
}
-->

# draggable

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

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

## Discussion

The user can move the annotation if the [`draggable`](/documentation/MapKitJS/AnnotationConstructorOptions/draggable) property is `true`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)