TrafficEventsResult
data class TrafficEventsResult(val trafficEvents: List<TrafficEvent>, val boundingBox: GeoBoundingBox)
Represents the result of a query to get traffic events in an area.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
trafficEvents
The list of retrieved traffic events.
boundingBox
The area from which the traffic events have been retrieved.