---
title: TupleMapContent
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/tuplemapcontent
---

# TupleMapContent

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

## Declaration

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

## Topics

### Accessing the tuple value

- [value](mapkit/tuplemapcontent/value.md)

## Relationships

### Conforms To

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

## See Also

### Structures

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