TruckDimensions
Contains details about the truck dimensions in the unit of measurement that you
specify. Used to filter out roads that can't support or allow the specified dimensions
for requests that specify TravelMode
as Truck
.
Contents
- Height
-
The height of the truck.
-
For example,
4.5
.
Note
For routes calculated with a HERE resource, this value must be between 0 and 50 meters.
Type: Double
Valid Range: Minimum value of 0.
Required: No
-
- Length
-
The length of the truck.
-
For example,
15.5
.
Note
For routes calculated with a HERE resource, this value must be between 0 and 300 meters.
Type: Double
Valid Range: Minimum value of 0.
Required: No
-
- Unit
-
Specifies the unit of measurement for the truck dimensions.
Default Value:
Meters
Type: String
Valid Values:
Meters | Feet
Required: No
- Width
-
The width of the truck.
-
For example,
4.5
.
Note
For routes calculated with a HERE resource, this value must be between 0 and 50 meters.
Type: Double
Valid Range: Minimum value of 0.
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: