setCameraZoomRange(_:animated:)
Sets the camera zoom range for the map view, specifying whether to use animation.
Declaration
func setCameraZoomRange(_ cameraZoomRange: MKMapView.CameraZoomRange?, animated: Bool)Parameters
- cameraZoomRange:
- animated:
A Boolean value that indicates whether the framework animates the transition of the map view to the new zoom range.