@Beta(2020, 12) 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? |