<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.2.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKMapView/isZoomEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKMapView(py)zoomEnabled"
  },
  "title" : "isZoomEnabled"
}
-->

# isZoomEnabled

A Boolean value that determines whether the user may use pinch gestures to zoom in and out of the map.

```
var isZoomEnabled: Bool { get set }
```

## Discussion

This property controls only user interactions with the map. If you set the value of this property to <doc://com.apple.documentation/documentation/Swift/false>, you may still change the zoom level programmatically by changing the value in the [`region`](/documentation/MapKit/MKMapView/region) property.

The default value of this property is <doc://com.apple.documentation/documentation/Swift/true>.

---

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)