MKMapView.CameraZoomRange
A camera zoom range that limits the distances to which the user can zoom.
Declaration
class CameraZoomRangeOverview
Create a camera zoom range to limit the distance to which the user can zoom. After you create the camera zoom range, you can apply it to multiple map views. If you don’t create a camera zoom range, your map view allows the user to zoom to MapKit’s capabilities.
Topics
Creating a camera zoom range
init(minCenterCoordinateDistance:maxCenterCoordinateDistance:)init(minCenterCoordinateDistance:)init(maxCenterCoordinateDistance:)MKMapCameraZoomDefault