AlertResultType
public enum AlertResultType
Based on AlertQuery and DataQuery configuration the alerts can be searched in different ways.
You don’t set this type but receive only for information purposes of how this alert was found.
-
When no alert is found. Typically you will not see it.
Declaration
Swift
case none -
When
AlertQuery.routeis provided and alerts are found in the route corridor usingAlertQuery.widthAround.Declaration
Swift
case coordinates -
When
AlertQuery.polygonis provided and alerts are found inside it.Declaration
Swift
case polygon -
When no
AlertQuery.routeorAlertQuery.polygonis provided, or when fly more thanAlertQuery.switchToBeamOnDistanceFromRoutefrom the route line.The
AlertQuery.distanceandAlertQuery.angleSpanis used to build the beam to search alerts.Declaration
Swift
case beam -
When
AlertQuery.tilesis provided to search alerts inside specific tiles only.Declaration
Swift
case tiles
AlertResultType Enumeration Reference