---
title: DynamicMapContent
framework: mapkit
role: symbol
role_heading: Protocol
path: mapkit/dynamicmapcontent
---

# DynamicMapContent

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

## Declaration

```swift
protocol DynamicMapContent : MapContent
```

## Topics

### Accessing the data

- [data](mapkit/dynamicmapcontent/data-swift.property.md)

### Associated types

- [Data](mapkit/dynamicmapcontent/data-swift.associatedtype.md)

## Relationships

### Inherits From

- [MapContent](mapkit/mapcontent.md)

## See Also

### Protocols

- [MapContent](mapkit/mapcontent.md)
- [MapContentBuilder](mapkit/mapcontentbuilder.md)
- [MapContentView](mapkit/mapcontentview.md)
