feedAccuracyMode

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

This property is used in conjunction with FenceGeotrigger.enterExitSpatialRelationship to affect when notifications are sent.

The default value is FenceGeotriggerFeedAccuracyMode.UseGeometry.

Note that you can also use an ArcadeExpression with the LocationGeotriggerFeed.filter property to reject Location objects with a poor accuracy.

Since

200.1.0