---
title: UserAnnotation
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/userannotation
---

# UserAnnotation

Displays the person’s current location on the map.

## Declaration

```swift
@MainActor @preconcurrency struct UserAnnotation<Content> where Content : View
```

## Overview

Overview Displays the person’s current location using the system styled user location indicator.

## Topics

### Creating a user annotation

- [init()](mapkit/userannotation/init().md)
- [init(anchor:)](mapkit/userannotation/init(anchor:).md)
- [init(anchor:content:)](mapkit/userannotation/init(anchor:content:)-8u3r4.md)
- [init(anchor:content:)](mapkit/userannotation/init(anchor:content:)-3e78j.md)

### Information about a person’s location

- [UserLocation](mapkit/userlocation.md)

## Relationships

### Conforms To

- [MapContent](mapkit/mapcontent.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Annotations and overlays

- [Annotation](mapkit/annotation.md)
- [MapCircle](mapkit/mapcircle.md)
- [MapPolygon](mapkit/mappolygon.md)
- [MapPolyline](mapkit/mappolyline.md)
- [Marker](mapkit/marker.md)
