Other Classes
The following classes are available globally.
-
Adapter that wraps an
MKMapViewto conform toVMBaseMapSyncable.Usage:
let baseMap = MKMapView(frame: view.frame) view.addSubview(baseMap) venueMapView.baseMap = VMAppleBaseMap(mapView: baseMap)The adapter takes over as the MKMapView’s delegate to observe accessibility-driven camera changes. If you need MKMapView delegate callbacks, set
mkMapViewDelegateinstead of assigning the delegate on the MKMapView directly.See moreSince
2.2.6Declaration
Swift
@objcMembers public class VMAppleBaseMap : NSObject, VMBaseMapSyncableextension VMAppleBaseMap: MKMapViewDelegate
Other Classes Reference