data class Cause : Serializable
The cause of the traffic event. |
|
data class FullRoute : Serializable
Represents information about the route. |
|
data class Instruction : Serializable
A set of attributes describing a maneuver, e.g., 'Turn right', 'Keep left', 'Take the ferry', 'Take the motorway', 'Arrive'. |
|
data class InstructionGroup : Serializable
This groups a sequence of instruction elements which are related to each other. |
|
data class OptimizedWaypoint : Serializable
The optimized waypoint. If the route specification contains waypoints and the computeBestOrder parameter, the route plan will include the optimized waypoint indices. |
|
data class RouteGuidance : Serializable
A set of attributes describing the maneuver information of a route. |
|
data class RouteLeg : Serializable
Represents information about a part of a route, comprised of a list of points. |
|
data class RouteSection : Serializable
Represents information about the route section. |
|
enum class SimpleCategory
The type of the incident. |
|
data class Tec : Serializable
The details of the traffic event. |