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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The height of the truck.

Link copied to clipboard

The length of the truck.

Link copied to clipboard

Specifies the unit of measurement for the truck dimensions.

Link copied to clipboard

The width of the truck.

Functions

Link copied to clipboard
inline fun copy(block: TruckDimensions.Builder.() -> Unit = {}): TruckDimensions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String