NavigationTileStoreAccess

public protocol NavigationTileStoreAccess : UnifiedMapDataStoreAccess

Online map instance protocol. Can be based on nds-live or classic offboard protobuf based access.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Sets current position to the native object.

    Declaration

    Swift

    var position: CLLocationCoordinate2D? { get set }
  • Destroy the instance of NavigationTileStoreAccess

    Declaration

    Swift

    func release()