Values.RouteMatrixCarOptionsSourceTravel mode options when the provided travel mode is Car.
type nonrec t = {licensePlate : RouteMatrixVehicleLicensePlate.t option;The vehicle License Plate.
*)maxSpeed : RouteMatrixCarOptionsMaxSpeedDouble.t option;Maximum speed Unit: kilometers per hour
*)occupancy : RouteMatrixCarOptionsOccupancyInteger.t option;The number of occupants in the vehicle. Default value: 1
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of RouteMatrixCarOptionsMaxSpeedDouble.t
| `Integer of RouteMatrixCarOptionsOccupancyInteger.t
| `Structure of
(string
* [> `String of
RouteMatrixVehicleLicensePlateLastCharacterString.t ])
list ])
list ]