Package-level declarations

Types

Link copied to clipboard

TomTom implementation of entry point to perform traffic actions. It reacts to and controls TPEG traffic provider behavior.

Link copied to clipboard
data class TrafficTpegConfiguration(val apiKey: String, val initSessionUrl: String, val updateFrequency: Duration = 60.toDuration(DurationUnit.SECONDS), val innerRadius: Distance = Distance.kilometers(10), val outerRadius: Distance = Distance.kilometers(150), val maxNumberOfEvents: Int = 1000, val trafficCacheEnabled: Boolean = false, val fileFeedDirectory: String? = null, val fileFeedPattern: String = ".*", val webRequestDumpDirectory: String? = null)

Represents a configuration for traffic engine.