Length

data class Length(val value: Distance, val violates: Boolean) : VehicleRestrictionData

The length restriction.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

value

The length value.

violates

Flag to indicate if the current vehicle profile violates the length restriction.

Constructors

Link copied to clipboard
constructor(value: Distance, violates: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
open override val violates: Boolean