Values.WaypointOptimizationTruckOptionsSourceTravel mode options when the provided travel mode is Truck.
type nonrec t = {grossWeight : WeightKilograms.t option;Gross weight of the vehicle including trailers, and goods at capacity. Unit: kilograms
*)hazardousCargos : WaypointOptimizationHazardousCargoTypeList.t option;List of Hazardous cargo contained in the vehicle.
*)height : WaypointOptimizationTruckOptionsHeightLong.t option;Height of the vehicle. Unit: centimeters
*)length : WaypointOptimizationTruckOptionsLengthLong.t option;Length of the vehicle. Unit: centimeters
*)trailer : WaypointOptimizationTrailerOptions.t option;Trailer options corresponding to the vehicle.
*)truckType : WaypointOptimizationTruckType.t option;The type of truck: LightTruck for smaller delivery vehicles, StraightTruck for rigid body trucks, or Tractor for tractor-trailer combinations.
*)tunnelRestrictionCode : TunnelRestrictionCode.t option;The tunnel restriction code. Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. They relate to the types of dangerous goods that can be transported through them. Tunnel Category B Risk Level: Limited risk Restrictions: Few restrictions Tunnel Category C Risk Level: Medium risk Restrictions: Some restrictions Tunnel Category D Risk Level: High risk Restrictions: Many restrictions occur Tunnel Category E Risk Level: Very high risk Restrictions: Restricted tunnel
*)weightPerAxle : WeightKilograms.t option;Heaviest weight per axle irrespective of the axle type or the axle group. Meant for usage in countries where the differences in axle types or axle groups are not distinguished. Unit: kilograms
*)width : WaypointOptimizationTruckOptionsWidthLong.t option;Width of the vehicle. Unit: centimeters
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Long of WeightKilograms.t
| `String of TunnelRestrictionCode.t
| `Structure of
(string
* [> `Integer of
WaypointOptimizationTrailerOptionsTrailerCountInteger.t ])
list ])
list ]