data class CombustionVehicleDescriptor
Describes the vehicle with a combustion engine. |
|
data class ElectricVehicleDescriptor
Represents the electric vehicle descriptor used during a route plan. |
|
data class RouteCalculationDescriptor
Defines the parameters used for the route calculation in the Routing API. |
|
interface RouteCallback
Callback to inform about a received RoutePlan or respective error. |
|
data class RouteDescriptor
Represents parameters of the route for route planning. |
|
data class RoutePlan : Serializable
Represents the calculated route based on a passed RouteSpecification. |
|
data class RouteSpecification
Represents parameters used in a Routing API request. |