TruckRestrictionsWarningOptions

public struct TruckRestrictionsWarningOptions : Hashable

Truck restrictions warning options.

  • If set to true, all the truck restrictions notifications which have a time restriction, which does not apply for the current time will not be given. If the value is false, all truck restrictions will be given regardless of the time restrictions that they might have.

    Declaration

    Swift

    public var filterOutInactiveTimeDependentRestrictions: Bool
  • Creates a new instance.

    Declaration

    Swift

    public init(filterOutInactiveTimeDependentRestrictions: Bool = false)