NavigationTileStore

public final class NavigationTileStore : UpdatableDataStore

Implementation of a Data Store which is based on an online map.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Creates an instance of NavigationTileStore.

    Throws

    NSError, if the tile store fails to instantiate due to an invalid configuration, I/O error or any other reason. Full details will be provided in the error description.

    Declaration

    Swift

    public convenience init(config: NavigationTileStoreConfiguration) throws

    Parameters

    config

    The configuration parameters needed for the congifuring the store.

Public

  • Declaration

    Swift

    public func updatePosition(_ position: CLLocationCoordinate2D)
  • Declaration

    Swift

    public func updateActiveRoute(_ polyline: [CLLocationCoordinate2D])