Vehicle Restrictions Settings
data class VehicleRestrictionsSettings( val totalWeight: Int, val axleWeight: Int, val tandemWeight: Int, val tridemWeight: Int, val otherWeight: Int, val unladenWeight: Int, val totalLength: Int, val axleLength: Int, val trailerLength: Int, val tractorLength: Int, val kingpinLastAxle: Int, val kingpinLastTandem: Int, val kingpinEndTrailer: Int, val otherLength: Int, val width: Int, val Height: Int, val totalCombinationWeight: Int)
Content copied to clipboard
Constructors
Link copied to clipboard
fun 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