Contents

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:

    The Camerazoomrange Swift.class.

  • animated:

    A Boolean value that indicates whether the framework animates the transition of the map view to the new zoom range.

See Also

Constraining the map view