<!--
{
  "availability" : [
    "MapKit JS: 5.23.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/CameraZoomRange/CameraZoomRangeConstructor",
  "metadataVersion" : "0.1.0",
  "role" : "Constructor",
  "symbol" : {
    "kind" : "Constructor",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instctr/mapkit.CameraZoomRange/CameraZoomRangeConstructor"
  },
  "title" : "new CameraZoomRange()"
}
-->

# new CameraZoomRange()

Constructs an instance of a camera zoom range object with no minimum or maximum camera distance.

```
constructor();
```

## Discussion

The zoom range describes the minimum and maximum camera distance in meters.

> Note: Calling the constructor with no arguments creates a ``doc://com.apple.mapkitjs/documentation/MapKitJS/CameraZoomRange`` instance that doesn’t constrain the camera.

---

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)