Package-level declarations

Types

Link copied to clipboard

Entry point to perform traffic actions.

Link copied to clipboard

Used to inform the caller that the traffic situation has changed.

Link copied to clipboard
abstract class TrafficError

Represents an error raised when something went wrong in the Traffic SDK.

Link copied to clipboard

Callback responsible for reporting when a TrafficEventsResult or corresponding error is received.

Link copied to clipboard
data class TrafficEventsResult(val trafficEvents: List<TrafficEvent>, val boundingBox: GeoBoundingBox)

Represents the result of a query to get traffic events in an area.