cameraZoomRange
The minimum and maximum distances of the camera from the map center.
Declaration
get cameraZoomRange(): CameraZoomRange;
set cameraZoomRange(value: CameraZoomRange);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
centersetCenterAnimated(coordinate, animated)regionsetRegionAnimated(region, animated)rotationsetRotationAnimated(degrees, animated)visibleMapRectsetVisibleMapRectAnimated(mapRect, animated)cameraBoundarysetCameraBoundaryAnimated(mapRect, animated)CameraBoundaryDescriptioncameraDistancesetCameraDistanceAnimated(distance, animated)setCameraZoomRangeAnimated(cameraZoomRange, animated)