TomTomSDKNavigationTileStore
-
Defines an area along a route for prefetching.
See moreDeclaration
Swift
public struct AreaAlongRoute
-
Configuration settings determining how a persistent cache of a
See moreNavigationTileStore
is to be stored on disk.Declaration
Swift
public struct CacheStorageConfiguration
-
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.Declaration
Swift
public final class NavigationTileStore : UpdatableDataStore
-
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.Declaration
Swift
public struct PrefetchingConfiguration
-
Configuration parameters for caching navigation map data that is stored in
NavigationTileStore
. It configures in-memory tile store size andCacheStorageConfiguration
.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct CachingConfiguration
-
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.Declaration
Swift
public struct NavigationTileStoreConfiguration
-
Protocol that wraps the key generator required for the configuration of the Tile Store persistent storage.
See moreDeclaration
Swift
public protocol PersistentStorageEncryptionKeyProvider