<!--
{
  "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/Map/init(bounds:interactionModes:scope:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "MapKit",
      "SwiftUI",
      "_MapKit_SwiftUI"
    ],
    "preciseIdentifier" : "s:15_MapKit_SwiftUI0A0V6bounds16interactionModes5scopeACyAA0A11ContentViewVys5NeverOAA05EmptyaI0VGGAA0A12CameraBoundsVSg_AA0a11InteractionG0V0cD09NamespaceV2IDVSgtcAMRszrlufc"
  },
  "title" : "init(bounds:interactionModes:scope:)"
}
-->

# init(bounds:interactionModes:scope:)

Creates a new, empty map with the bounds, interaction modes, and scope you provide.

```
@MainActor @preconcurrency init(bounds: MapCameraBounds? = nil, interactionModes: MapInteractionModes = .all, scope: Namespace.ID? = nil) where Content == MapContentView<Never, EmptyMapContent>
```

## Parameters

`bounds`

The [`MapCameraBounds`](/documentation/MapKit/MapCameraBounds) that define the camera’s view of the map.

`interactionModes`

The [`MapInteractionModes`](/documentation/MapKit/MapInteractionModes) that describe ways a person can interact with the map.

`scope`

The map’s <doc://com.apple.documentation/documentation/SwiftUI/Namespace/ID>.

## Discussion

---

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)