<!--
{
  "availability" : [
    "iOS: 14.0.0 - 17.0.0",
    "iPadOS: 14.0.0 - 17.0.0",
    "macCatalyst: -",
    "macOS: 11.0.0 - 14.0.0",
    "tvOS: 14.0.0 - 17.0.0",
    "visionOS: -",
    "watchOS: 7.0.0 - 10.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/Map/init(mapRect:interactionModes:showsUserLocation:userTrackingMode:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "MapKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:15_MapKit_SwiftUI0A0V7mapRect16interactionModes17showsUserLocation16userTrackingModeACyAA08_DefaultA7ContentVG0cD07BindingVySo05MKMapF0aG_AA0a11InteractionH0VSbAMyAA0ajmN0OGSgtcAIRszrlufc"
  },
  "title" : "init(mapRect:interactionModes:showsUserLocation:userTrackingMode:)"
}
-->

# init(mapRect:interactionModes:showsUserLocation:userTrackingMode:)

Creates a map that displays a map rectangle and optionally configures available interactions, user location, and tracking behavior.

```
@MainActor @preconcurrency init(mapRect: Binding<MKMapRect>, interactionModes: MapInteractionModes = .all, showsUserLocation: Bool = false, userTrackingMode: Binding<MapUserTrackingMode>? = nil) where Content == _DefaultMapContent
```

## Parameters

`mapRect`

A binding to a rectangle on the map that corresponds to an area to display on the map.

`interactionModes`

An enumeration that indicates the user interactions to which the map responds.

`showsUserLocation`

A Boolean value that indicates the option to display a person’s location on a map. The map displays the location only if they authorized the app to access their location.

`userTrackingMode`

A binding to a tracking mode that determines how the map responds to location updates.

---

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)