MaxAxleGroupWeight
public struct MaxAxleGroupWeight : Hashable
MaxAxleGroupWeight contains all the restriction details violated by an axle group weight.
-
Limit of the axle weight in kilograms
Declaration
Swift
public var maxWeightInKilograms: Int32 -
Type of the restriction’s axle group
Declaration
Swift
public var axleGroupType: String -
Creates a new instance.
Declaration
Swift
public init(maxWeightInKilograms: Int32, axleGroupType: String)