TomTomSDKNavigationTileStore

NavigationTileStore

  • 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.
    See more

    Declaration

    Swift

    public final class NavigationTileStore : UpdatableDataStore

PrefetchingConfiguration

  • Configuration parameters for prefetching navigation map data. It defines area around the current position or around the active route for which navigation map data is prefetched and kept available in NavigationTileStore.

    Important

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

    Declaration

    Swift

    public struct PrefetchingConfiguration

CachingConfiguration

NavigationTileStoreConfiguration

  • Configuration parameters for a NavigationTileStore. It can configure navigation tiles language, caching and prefetching mechanisms that will make system more or less robust to temporary unavailability of the map data source, but at a greater memory and bandwidth cost.

    Important

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

    Declaration

    Swift

    public struct NavigationTileStoreConfiguration
  • Protocol that wraps the key generator required for the configuration of the Tile Store persistent storage.

    See more

    Declaration

    Swift

    public protocol PersistentStorageEncryptionKeyProvider