Vehicle Restrictions Settings
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)
Content copied to clipboard
Properties
axleLength
Link copied to clipboard
axleWeight
Link copied to clipboard
kingpinEndTrailer
Link copied to clipboard
kingpinLastAxle
Link copied to clipboard
kingpinLastTandem
Link copied to clipboard
otherLength
Link copied to clipboard
otherWeight
Link copied to clipboard
tandemWeight
Link copied to clipboard
totalCombinationWeight
Link copied to clipboard
totalLength
Link copied to clipboard
totalWeight
Link copied to clipboard
tractorLength
Link copied to clipboard
trailerLength
Link copied to clipboard
tridemWeight
Link copied to clipboard
unladenWeight
Link copied to clipboard