The type of map to display.
SDKs
- iOS 3.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.2+
Framework
- Map
Kit
Declaration
enum MKMapType : UInt
The type of map to display.
SDKs
Framework
enum MKMapType : UInt
case standard
A street map that shows the position of all roads and some road names.
case satellite
Satellite imagery of the area.
case hybrid
A satellite image of the area with road and road name information layered on top.
case satellite Flyover
A satellite image of the area with flyover data where available.
case hybrid Flyover
A hybrid satellite image with flyover data where available.
case muted Standard
A street map where your data is emphasized over the underlying map details.
var map Type: MKMap Type
The type of data displayed by the map view.
var is Zoom Enabled: Bool
A Boolean value that determines whether the user may use pinch gestures to zoom in and out of the map.
var is Scroll Enabled: Bool
A Boolean value that determines whether the user may scroll around the map.
var is Pitch Enabled: Bool
A Boolean value indicating whether the map camera’s pitch information is used.
var is Rotate Enabled: Bool
A Boolean value indicating whether the map camera’s heading information is used.