<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/EmptyMapContent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MapKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:15_MapKit_SwiftUI05EmptyA7ContentV"
  },
  "title" : "EmptyMapContent"
}
-->

# EmptyMapContent

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

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

## Topics

### Creating an empty map content structure

[`init()`](/documentation/MapKit/EmptyMapContent/init())

Creates an empty map content element.

### Setting the tag

[`func tag<V>(V) -> some MapContent`](/documentation/MapKit/MapContent/tag(_:))

Sets the unique tag value of this piece of map content.

### Type aliases

[`associatedtype Body : MapContent`](/documentation/MapKit/MapContent/Body-swift.associatedtype)

The content and behavior of the view.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`MapContent`](/documentation/MapKit/MapContent)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)