Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.13 - 200.2
.NET 6.0100.13 - 200.2
.NET 6.0 Windows100.13 - 200.2
.NET 6.0 Android200.0 - 200.2
.NET 6.0 iOS200.0 - 200.2
.NET Framework100.13 - 200.2
Android100.13 - 100.15
iOS100.13 - 100.15
UWP100.13 - 200.2
In This Article
Back to top Copyright © 2022 Esri.