FenceGeotriggerFeedAccuracyMode

Options that describe how a FenceGeotrigger uses accuracy information from a GeotriggerFeed. This enumeration defines options for using accuracy information from a GeotriggerFeed to provide the com.arcgismaps.geometry.Geometry for checking a Geotrigger condition. In particular, you can choose how to use the com.arcgismaps.location.Location.horizontalAccuracy property to reflect the uncertainty around a fixed com.arcgismaps.location.Location.position. Due to various factors, GPS positions may be inaccurate, with com.arcgismaps.location.Location.horizontalAccuracy representing a radius that defines the area containing the actual location. Spurious notifications may occur when the com.arcgismaps.location.Location.position is inaccurate and is incorrectly reported as inside or outside of a fence. You can use the com.arcgismaps.location.Location.horizontalAccuracy to account for that uncertainty.

These values are used in conjunction with FenceGeotrigger.enterExitSpatialRelationship to affect when notifications are sent.

Since

200.1.0

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

The reported com.arcgismaps.geometry.Geometry from a GeotriggerFeed is used in conjunction with accuracy information. For a LocationGeotriggerFeed the point geometry from the com.arcgismaps.location.Location.position property is buffered by the com.arcgismaps.location.Location.horizontalAccuracy to produce a polygon geometry.