---
title: coordinate
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/annotationconstructoroptions/coordinate
---

# coordinate

Sets the coordinate of the annotation.

## Declaration

```data
coordinate?: CoordinateData;
```

## Discussion

Discussion The framework ignores the coordinate option in the constructor, if it generates a warning. To set the coordinate of the annotation, pass in the coordinate directly as an argument to the constructor.
