---
title: annotations
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapview/annotations
---

# annotations

The annotations associated with the map view.

## Declaration

```swift
var annotations: [any MKAnnotation] { get }
```

## Discussion

Discussion The objects in this array adopt the MKAnnotation protocol. If the map view has no associated annotations, the value of this property is an empty array.

## See Also

### Annotating the map

- [addAnnotation(_:)](mapkit/mkmapview/addannotation(_:).md)
- [addAnnotations(_:)](mapkit/mkmapview/addannotations(_:).md)
- [removeAnnotation(_:)](mapkit/mkmapview/removeannotation(_:).md)
- [removeAnnotations(_:)](mapkit/mkmapview/removeannotations(_:).md)
- [annotations(in:)](mapkit/mkmapview/annotations(in:).md)
