<!--
{
  "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/TupleMapContent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MapKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:15_MapKit_SwiftUI05TupleA7ContentV"
  },
  "title" : "TupleMapContent"
}
-->

# TupleMapContent

A view created from a Swift tuple of map content values.

```
@MainActor @frozen @preconcurrency struct TupleMapContent<T>
```

## Topics

### Accessing the tuple value

[`var value: T`](/documentation/MapKit/TupleMapContent/value)

The contents of the tuple.

### 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)