RestrictionData
public struct RestrictionData
Data for a single vehicle restriction.
-
Creates a single instance of the vehicle restriction data for a specific restriction type.
Declaration
Swift
public init( restriction: RestrictionType, violates: Bool )
Parameters
restriction
Restriction to comply with such height, weight, length, width or a vehicle type.
violates
Flag to indicate if the current vehicle profile violates the vehicle restriction.
-
Flag to indicate if the current vehicle profile violates the vehicle restriction.
Declaration
Swift
public let violates: Bool
-
Restriction to comply with.
Declaration
Swift
public let restriction: RestrictionType