TrafficEventsResult

data class TrafficEventsResult(val trafficEvents: List<TrafficEvent>, val boundingBox: GeoBoundingBox)

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

See also

Constructors

Link copied to clipboard
constructor(trafficEvents: List<TrafficEvent>, boundingBox: GeoBoundingBox)

Properties

Link copied to clipboard

The area from which the traffic events have been retrieved.

Link copied to clipboard

The list of retrieved traffic events.