Values.RouteCarOptionsSourceTravel mode options when the provided travel mode is Car. For GrabMaps customers, ap-southeast-1 and ap-southeast-5 regions support only LicensePlate options.
type nonrec t = {engineType : RouteEngineType.t option;Engine type of the vehicle. Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.
*)licensePlate : RouteVehicleLicensePlate.t option;The vehicle License Plate.
*)maxSpeed : RouteCarOptionsMaxSpeedDouble.t option;Maximum speed specified. Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers. Unit: kilometers per hour
*)occupancy : RouteCarOptionsOccupancyInteger.t option;The number of occupants in the vehicle. Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers. Default value: 1
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of RouteCarOptionsMaxSpeedDouble.t
| `Enum of string
| `Integer of RouteCarOptionsOccupancyInteger.t
| `Structure of
(string
* [> `String of RouteVehicleLicensePlateLastCharacterString.t ])
list ])
list ]