Package-level declarations

Types

Link copied to clipboard

Configuration parameters for a CacheStorageConfiguration.

Link copied to clipboard

Configuration related to core features of the SDK.

Link copied to clipboard
abstract class SdkConfiguration

Configuration required to initialize TomTom Navigation SDK. Use by SdkContext.

Link copied to clipboard

The TomTom SDK context, including configuration options and bootstrapping objects common across the different modules.

Functions

Link copied to clipboard
fun buildSdkConfiguration(context: Context, apiKey: String, geopoliticalView: String = DEFAULT_GEOPOLITICAL_VIEW, coreConfiguration: CoreConfiguration.Builder.() -> Unit = {}, cacheStorageConfiguration: CacheStorageConfiguration.Builder.() -> Unit = {}): SdkConfiguration

Factory method to create an SdkConfiguration for online-only usage.