Package-level declarations

Types

Link copied to clipboard

Responsible for creating the default Traffic implementation.

Link copied to clipboard
class TrafficTpegConfiguration(    val apiKey: String,     val initSessionUrl: Uri,     val updateFrequency: Duration = DEFAULT_UPDATE_FREQUENCY,     val innerRadius: Distance = DEFAULT_INNER_RADIUS,     val outerRadius: Distance = DEFAULT_OUTER_RADIUS,     val maxNumberOfEvents: Int = DEFAULT_MAX_EVENTS,     val trafficCacheEnabled: Boolean = false,     val webRequestDumpDirectory: String? = null,     fileFeedDirectory: String? = null,     fileFeedPattern: String = ".*")

Configuration for the TomTom TPEG traffic provider.