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.