BorderCrossingWarningOptions

public struct BorderCrossingWarningOptions : Hashable

Border crossing warning options.

  • If set to true, all the state border crossing notifications will not be given. If the value is false, all border crossing notifications will be given for both country borders and state borders. By default, the BorderCrossingWarningOptions.filterOutStateBorderWarnings is set to true.

    Declaration

    Swift

    public var filterOutStateBorderWarnings: Bool
  • Creates a new instance.

    Declaration

    Swift

    public init(filterOutStateBorderWarnings: Bool = true)