MKMapView
extension Reactive where Base: MKMapView
The reactive extension can be accessed through the reactive instance property and the reactive static property.
-
Sets the map type.
Declaration
Swift
public var mapType: BindingTarget<MKMapType> -
Sets if zoom is enabled for map.
Declaration
Swift
public var isZoomEnabled: BindingTarget<Bool> -
Sets if scroll is enabled for map.
Declaration
Swift
public var isScrollEnabled: BindingTarget<Bool> -
Sets if pitch is enabled for map.
Declaration
Swift
public var isPitchEnabled: BindingTarget<Bool> -
Sets if rotation is enabled for map.
Declaration
Swift
public var isRotateEnabled: BindingTarget<Bool>
MKMapView Reactive Extension Reference