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

# draggable

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

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

## Discussion

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

---

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)