---
title: EmptyMapContent
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/emptymapcontent
---

# EmptyMapContent

A map content element that doesn’t contain any content.

## Declaration

```swift
@MainActor @preconcurrency struct EmptyMapContent
```

## Topics

### Creating an empty map content structure

- [init()](mapkit/emptymapcontent/init().md)

## Relationships

### Conforms To

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

## See Also

### Structures

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