@PublicPreview("2021.06") class MatrixRoutesSpecification
Represents parameters that will be used for a Matrix Routing request.
class Builder
Builder used to create an instance of MatrixRoutesSpecification. Once constructed, the user cannot change the field values. |
val combustionVehicleDescriptor: CombustionVehicleDescriptor? |
|
val destinations: List<LatLng> |
|
val electricVehicleDescriptor: ElectricVehicleDescriptor? |
|
val origins: List<LatLng> |
|
val routeDescriptor: RouteDescriptor? |