CalculateRouteTruckModeOptions
Contains details about additional route preferences for requests that specify
TravelMode
as Truck
.
Contents
- AvoidFerries
-
Avoids ferries when calculating routes.
Default Value:
false
Valid Values:
false
|true
Type: Boolean
Required: No
- AvoidTolls
-
Avoids tolls when calculating routes.
Default Value:
false
Valid Values:
false
|true
Type: Boolean
Required: No
- Dimensions
-
Specifies the truck's dimension specifications including length, height, width, and unit of measurement. Used to avoid roads that can't support the truck's dimensions.
Type: TruckDimensions object
Required: No
- Weight
-
Specifies the truck's weight specifications including total weight and unit of measurement. Used to avoid roads that can't support the truck's weight.
Type: TruckWeight object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: