data class EvFullRoute : Serializable
Represents information about the route. |
|
data class Leg : Serializable
Represents information about a part of a route, comprised of a list of points. |
|
data class LegSummary : Serializable
Represents a summary of a route leg. |
|
enum class RouteRepresentation
Represents the route representation. |
|
data class RouteSummary : Serializable
Represents the summary of a route for an electrical vehicle. |
|
enum class RouteType
The type of route requested. |
|
data class Section : Serializable
Represents information about the route section. |
|
data class Summary : Serializable
Represents the summary of a route. |
|
enum class TravelMode
Represents the 'travelMode' parameter in a request to the Routing API. |