Other Protocols

The following protocols are available globally.

  • Protocol for integrating a base map (Apple Maps, Google Maps, etc.) beneath a VMMapView venue overlay. The SDK handles all camera synchronization internally when a conforming object is assigned to baseMap.

    Implement this protocol to wrap a platform map view (MKMapView, GMSMapView, etc.) so the SDK can keep its camera in lockstep with the venue overlay.

    Since

    2.2.6
    See more

    Declaration

    Swift

    @objc
    public protocol VMBaseMapSyncable : NSObjectProtocol