VehicleRestrictionMaxWeight
public struct VehicleRestrictionMaxWeight : Hashable
VehicleRestrictionMaxWeight contains max permitted weight during the trip, in kilograms,
along with the specific type of maximum permitted weight restriction.
-
Max permitted weight during the trip, in kilograms.
Declaration
Swift
public var valueInKilograms: Int32 -
Represents the specific type of the maximum permitted weight restriction.
Declaration
Swift
public var type: VehicleRestrictionMaxWeightType -
Created a new instance.
Declaration
Swift
public init(valueInKilograms: Int32, type: VehicleRestrictionMaxWeightType)