createOfflineMode

fun createOfflineMode(context: Context, apiKey: String, ndsStore: NdsStore, locationProvider: LocationProvider, locale: Locale): Traffic

Creates a Traffic implementation for the default TomTom traffic provider with the default configuration. This method should be used when using the "offline" configuration (NDS.classic onboard map only).

Parameters

context

Application context.

apiKey

API key to access the TomTom Traffic Service.

ndsStore

DataStore which is based on an onboard NDS map.

locationProvider

LocationProvider for tracking position updates.

locale

Traffic client's Locale. See Traffic.updateLocale