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

# DynamicMapContent

A  type of view that generates views from an underlying collection of data.

```
protocol DynamicMapContent : MapContent
```

## Topics

### Accessing the data

[`var data: Self.Data`](/documentation/MapKit/DynamicMapContent/data-swift.property)

The collection of underlying data.

### Associated types

[`associatedtype Data : Collection`](/documentation/MapKit/DynamicMapContent/Data-swift.associatedtype)

The type represents the data this protocol contains.

## Relationships

### Inherits From

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

---

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)