SchoolZoneWarningOptions

public struct SchoolZoneWarningOptions : Hashable

School zone warning options. Set the options for configuring of school zone notifications.

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

    Declaration

    Swift

    public var filterOutInactiveTimeDependentWarnings: Bool
  • The warning notification distance in meters applicable for school warning regardless of the timing profile. Defaults to 100 meters.

    Declaration

    Swift

    public var warningDistanceInMeters: Int32
  • Creates a new instance.

    Declaration

    Swift

    public init(filterOutInactiveTimeDependentWarnings: Bool = false, warningDistanceInMeters: Int32 = 100)