@PublicPreview("2021.06") data class EvRouteSpecification
A constructor used to create an instance of EvRouteSpecification.
origin
- Origin location of a route.
destination
- Destination location of a route.
electricVehicleDescriptor
- Electric vehicle descriptor of a vehicle.
routeDescriptor
- Route descriptor of a route.
chargingDescriptor
- Describes parameters related to the charging of an electric vehicle.
class Builder
A builder class used to create EvRouteSpecification for the Long Distance EV Routing service. |
val chargingDescriptor: ChargingDescriptor
Describes parameters related to the charging of an electric vehicle. |
|
val destination: LatLng
Destination location of a route. |
|
val electricVehicleDescriptor: ElectricVehicleDescriptor
Electric vehicle descriptor of a vehicle. |
|
val origin: LatLng
Origin location of a route. |
|
val routeDescriptor: RouteDescriptor?
Route descriptor of a route. |