---
title: DefaultUserAnnotationContent
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/defaultuserannotationcontent
---

# DefaultUserAnnotationContent

A structure that represents the view to show at the user’s location on the map.

## Declaration

```swift
@MainActor @preconcurrency struct DefaultUserAnnotationContent
```

## Overview

Overview Don’t use this type directly. Instead, MapKit creates this type on your behalf.

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [View](swiftui/view.md)

## See Also

### Structures

- [EmptyMapContent](mapkit/emptymapcontent.md)
- [MapProxy](mapkit/mapproxy.md)
- [MapReader](mapkit/mapreader.md)
- [TupleMapContent](mapkit/tuplemapcontent.md)
- [MapSelectableContentView](mapkit/mapselectablecontentview.md)
