CalculateRouteTruckModeOptions
Contains details about additional route preferences for requests that specify TravelMode
as Truck
.
Types
Properties
Link copied to clipboard
Avoids ferries when calculating routes.
Link copied to clipboard
Avoids tolls when calculating routes.
Link copied to clipboard
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.
Link copied to clipboard
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.
Functions
Link copied to clipboard
inline fun copy(block: CalculateRouteTruckModeOptions.Builder.() -> Unit = {}): CalculateRouteTruckModeOptions