TrafficEventsResult

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

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

Parameters

trafficEvents

The list of retrieved traffic events.

boundingBox

The area from which the traffic events have been retrieved.

See also

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard