Class FenceGeotrigger
A Geotrigger that defines regions or fences to be monitored using a
Geotrigger
Namespace: Esri.ArcGISRuntime.Geotriggers
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FenceGeotrigger : Geotrigger
Remarks
You can monitor areas of interest with a Fence
Three main components comprise a Fence
-
The Geotrigger
Feed that is monitored for changes - usually the device location read from a LocationData .Source -
The Fence
Rule that describes the check that is performed with the feed and fence dataType - for example, "enters within 50 meters of".
-
The Fence
Parameters that the feed data are evaluated against. For example, a set of polygon features representing areas of interest. The FenceParameters can cover many features or graphics that are checked.
Constructors
Name | Description |
---|---|
Fence |
Initializes a new instance of the Fence |
Fence |
Initializes a new instance of the Fence |
Properties
Name | Description |
---|---|
Enter |
Gets or sets the spatial relationship that determines whether a fence polygon has been entered or exited. |
Feed |
Gets or sets the Fence |
Fence |
Gets the Fence |
Rule |
Gets the Fence |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.12 - 200.6 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.6 |