feed Accuracy Mode
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 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.
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 com.arcgismaps.arcade.ArcadeExpression with the LocationGeotriggerFeed.filter property to reject com.arcgismaps.location.Location objects with a poor accuracy.
Since
200.1.0