Contents

MapContentView

A view that contains content that displays on a map at a specific position, and that responds to specific interactions you specify.

Declaration

@MainActor @preconcurrency struct MapContentView<SelectionValue, Content> where SelectionValue : Hashable, Content : MapContent

See Also

Protocols