AlertResult

public struct AlertResult : Equatable

Result object with found alerts based on AlertQuery configuration.

It will always have at least one item in the turbulence array.

  • Turbulence item found using AlertQuery.

    Declaration

    Swift

    public var turbulence: [TurbulenceItem]
  • A type of search applied to find turbulence items.

    Typically no specific action on it is required, more for informational purposes. See AlertResultType for possible values.

    Declaration

    Swift

    public var type: AlertResultType
  • Tiles that were processed to find turbulence items.

    This can be used to visualize what area was analyzed or for debugging.

    Declaration

    Swift

    public var tiles: [String]