Contents

cameraZoomRange

The minimum and maximum distances of the camera from the map center.

Declaration

get cameraZoomRange(): CameraZoomRange | undefined;
set cameraZoomRange(value: CameraZoomRangeData | undefined | null);

Mentioned in

Discussion

Get or set this property with a CameraZoomRange instance, which is an object containing minCameraDistance and maxCameraDistance properties.

Topics

Defining a Zoom Range

See Also

Manipulating the visible portion of the map