VehicleRestrictionsSettings

data class VehicleRestrictionsSettings(totalWeight: Int, axleWeight: Int, tandemWeight: Int, tridemWeight: Int, otherWeight: Int, unladenWeight: Int, totalLength: Int, axleLength: Int, trailerLength: Int, tractorLength: Int, kingpinLastAxle: Int, kingpinLastTandem: Int, kingpinEndTrailer: Int, otherLength: Int, width: Int, Height: Int, totalCombinationWeight: Int)

Properties

axleLength
Link copied to clipboard
val axleLength: Int
axleWeight
Link copied to clipboard
val axleWeight: Int
Height
Link copied to clipboard
val Height: Int
kingpinEndTrailer
Link copied to clipboard
val kingpinEndTrailer: Int
kingpinLastAxle
Link copied to clipboard
val kingpinLastAxle: Int
kingpinLastTandem
Link copied to clipboard
val kingpinLastTandem: Int
otherLength
Link copied to clipboard
val otherLength: Int
otherWeight
Link copied to clipboard
val otherWeight: Int
tandemWeight
Link copied to clipboard
val tandemWeight: Int
totalCombinationWeight
Link copied to clipboard
val totalCombinationWeight: Int
totalLength
Link copied to clipboard
val totalLength: Int
totalWeight
Link copied to clipboard
val totalWeight: Int
tractorLength
Link copied to clipboard
val tractorLength: Int
trailerLength
Link copied to clipboard
val trailerLength: Int
tridemWeight
Link copied to clipboard
val tridemWeight: Int
unladenWeight
Link copied to clipboard
val unladenWeight: Int
width
Link copied to clipboard
val width: Int