Property EnterExitSpatialRelationship
EnterExitSpatialRelationship
Gets or sets the spatial relationship that determines whether a fence polygon has been entered or exited.
Declaration
public FenceEnterExitSpatialRelationship EnterExitSpatialRelationship { get; set; }
Property Value
Type | Description |
---|---|
Fence |
The spatial relationship that determines whether a fence polygon has been entered or exited. |
Remarks
When determining whether a feed entity has entered or exited a fence polygon, there are two spatial operations that can be used:
- Intersects, where the geometry of the feed must intersect the fence polygon.
- Contains, where the geometry of the feed must be contained by the fence polygon.
Note that when the feed geometry is a Map
The default value is Enter
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 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.13 - 200.6 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.6 |