@PublicPreview("2021.06") data class RouteSpecification
Represents parameters used in a Routing API request.
class Builder
Builder used to create an instance of RouteSpecification. Once constructed, the user cannot change the field values. |
val combustionVehicleDescriptor: CombustionVehicleDescriptor? |
|
val destination: LatLng |
|
val electricVehicleDescriptor: ElectricVehicleDescriptor? |
|
val origin: LatLng |
|
val routeCalculationDescriptor: RouteCalculationDescriptor? |