---
title: memberAnnotations
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/clusterannotation/memberannotations
---

# memberAnnotations

An array of annotations that the framework grouped together in a cluster.

## Declaration

```data
get memberAnnotations(): Annotation[];
```

## Discussion

Discussion This is a flat array that contains all of the annotations that MapKit JS groups together in a cluster. If there are multiple clusters of annotations, this array contains all of the individual annotations within those clusters; it doesn’t contain any cluster annotations.
