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

# coordinate

The coordinate of the annotation, that represents a person’s location on the map.

## Declaration

```data
get coordinate(): Coordinate;
set coordinate(coordinate: Coordinate);
```

## Discussion

Discussion You can’t set the coordinate of the user location annotation.
