---
title: annotations
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/mapconstructoroptions/annotations
---

# annotations

An array holding all the annotations on the map.

## Declaration

```data
annotations?: Annotation[];
```

## Discussion

Discussion The default value is [] (empty array).

## See Also

### Configuring map annotations

- [annotationForCluster](mapkitjs/mapconstructoroptions/annotationforcluster.md)
- [selectedAnnotation](mapkitjs/mapconstructoroptions/selectedannotation.md)
