Contents

MKMapCameraZoomDefault

A constant value used to represent the default value for zooming in or out on a map.

Declaration

let MKMapCameraZoomDefault: CLLocationDistance

Discussion

Use MKMapCameraZoomDefault for the minimum or maximum zoom range when you create an instance of MKMapView.CameraZoomRange to allow the user to zoom to any level that MapKit supports.

See Also

Creating a camera zoom range