Values.RouteTruckOptionsSourceTravel mode options when the provided travel mode is Truck. Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.
type nonrec t = {axleCount : RouteTruckOptionsAxleCountInteger.t option;Total number of axles of the vehicle.
*)engineType : RouteEngineType.t option;Engine type of the vehicle.
*)grossWeight : WeightKilograms.t option;Gross weight of the vehicle including trailers, and goods at capacity. Unit: kilograms
*)hazardousCargos : RouteHazardousCargoTypeList.t option;List of Hazardous cargo contained in the vehicle.
*)height : RouteTruckOptionsHeightLong.t option;Height of the vehicle. Unit: centimeters
*)heightAboveFirstAxle : RouteTruckOptionsHeightAboveFirstAxleLong.t option;Height of the vehicle above its first axle. Unit: centimeters
*)kpraLength : DimensionCentimeters.t option;Kingpin to rear axle length of the vehicle. Unit: centimeters
*)length : RouteTruckOptionsLengthLong.t option;Length of the vehicle. Unit: c
*)licensePlate : RouteVehicleLicensePlate.t option;The vehicle License Plate.
*)maxSpeed : RouteTruckOptionsMaxSpeedDouble.t option;Maximum speed Unit: kilometers per hour
*)occupancy : RouteTruckOptionsOccupancyInteger.t option;The number of occupants in the vehicle. Default value: 1
*)payloadCapacity : WeightKilograms.t option;Payload capacity of the vehicle and trailers attached. Unit: kilograms
*)tireCount : RouteTruckOptionsTireCountInteger.t option;Number of tires on the vehicle.
*)trailer : RouteTrailerOptions.t option;Trailer options corresponding to the vehicle.
*)truckType : RouteTruckType.t option;The type of truck: LightTruck for smaller delivery vehicles, StraightTruck for rigid body trucks, or Tractor for tractor-trailer combinations.
*)tunnelRestrictionCode : RouteTruckOptionsTunnelRestrictionCodeString.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
*)weightPerAxleGroup : WeightPerAxleGroup.t option;Specifies the total weight for the specified axle group. Meant for usage in countries that have different regulations based on the axle group type. Unit: kilograms
*)width : RouteTruckOptionsWidthLong.t option;Width of the vehicle. Unit: centimeters
*)}val make :
?axleCount:??? ->
?engineType:??? ->
?grossWeight:??? ->
?hazardousCargos:??? ->
?height:??? ->
?heightAboveFirstAxle:??? ->
?kpraLength:??? ->
?length:??? ->
?licensePlate:??? ->
?maxSpeed:??? ->
?occupancy:??? ->
?payloadCapacity:??? ->
?tireCount:??? ->
?trailer:??? ->
?truckType:??? ->
?tunnelRestrictionCode:??? ->
?weightPerAxle:??? ->
?weightPerAxleGroup:??? ->
?width:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Double of RouteTruckOptionsMaxSpeedDouble.t
| `Enum of string
| `Integer of RouteTruckOptionsAxleCountInteger.t
| `List of [> `Enum of string ] list
| `Long of WeightKilograms.t
| `String of RouteTruckOptionsTunnelRestrictionCodeString.t
| `Structure of
(string
* [> `Integer of RouteTrailerOptionsAxleCountInteger.t
| `Long of WeightKilograms.t
| `String of RouteVehicleLicensePlateLastCharacterString.t ])
list ])
list ]