Contents

MapReader

A container view that defines its contents as a function of information about the first contained map.

Declaration

@MainActor @preconcurrency struct MapReader<Content> where Content : View

Overview

The map reader’s content builder receives a MapProxy instance. You can use this instance to get the information you’ll need to convert between a MapCamera and a MKMapRect or MKCoordinateRegion.

Topics

Creating a map reader

Managing Look Around view presentation

Managing map controls

Managing the camera

Managing feature selection

Setting the namespace Identifier

Setting the map style

See Also

Structures