Values.RouteScooterOptionsSourceTravel mode options when the provided travel mode is Scooter. 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 : RouteScooterOptionsMaxSpeedDouble.t option;Maximum speed Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers. Unit: kilometers per hour
*)occupancy : RouteScooterOptionsOccupancyInteger.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 RouteScooterOptionsMaxSpeedDouble.t
| `Enum of string
| `Integer of RouteScooterOptionsOccupancyInteger.t
| `Structure of
(string
* [> `String of RouteVehicleLicensePlateLastCharacterString.t ])
list ])
list ]