Enum FenceGeotriggerFeedAccuracyMode
Options that describe how a FenceGeotrigger will use accuracy information from a GeotriggerFeed.
Namespace: Esri.ArcGISRuntime.Geotriggers
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum FenceGeotriggerFeedAccuracyMode
Remarks
This enumeration defines 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 HorizontalAccuracy property to reflect the uncertainty around a fixed Position. Due to factors including signal strength, GPS positions can be inaccurate, with a larger HorizontalAccuracy representing a larger area where the device may actually be located. This can lead to spurious notifications when the Position is inaccurate and is incorrectly reported as inside or outside of a fence. By using the HorizontalAccuracy you can choose to account for that uncertainty in various ways.
This property is used in conjunction with EnterExitSpatialRelationship to affect when notifications are sent.
Fields
Name | Description |
---|---|
UseGeometry | The reported Geometry from a GeotriggerFeed will be used. For a LocationGeotriggerFeed the point geometry from the Position property will be used. |
UseGeometryWithAccuracy | The reported Geometry from a GeotriggerFeed will be used in conjunction with accuracy information. For a LocationGeotriggerFeed the point geometry from the Position property will be buffered by the HorizontalAccuracy to produce a polygon geometry. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.13 - 200.5 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.5 |