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
turbulenceitems.Typically no specific action on it is required, more for informational purposes. See
AlertResultTypefor possible values.Declaration
Swift
public var type: AlertResultType -
Tiles that were processed to find
turbulenceitems.This can be used to visualize what area was analyzed or for debugging.
Declaration
Swift
public var tiles: [String]
AlertResult Structure Reference