TruckWeight

Contains details about the truck's weight specifications. Used to avoid roads that can't support or allow the total weight 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 total weight of the truck.

Link copied to clipboard

The unit of measurement to use for the truck weight.

Functions

Link copied to clipboard
inline fun copy(block: TruckWeight.Builder.() -> Unit = {}): TruckWeight
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