Class GeotriggerMonitor
A Geotrigger
Inheritance
Namespace: Esri.ArcGISRuntime.Geotriggers
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeotriggerMonitor
Remarks
A Geotrigger defines a query that is evaluated against GIS data as it changes in real time. For example, "Notify me when my device location enters one of my target areas" or "Notify me when my device location is within 50 m of my destination".
A Geotrigger
Once a Geotrigger
A Geotrigger
-
Use a Location
Geotrigger with a LocationFeed Data based on the GPS of the device.Source - Add manifest entries and request user permissions to allow background location updates.
The Geotrigger
Constructors
Name | Description |
---|---|
Geotrigger |
Initializes a new instance of the Geotrigger |
Properties
Name | Description |
---|---|
Geotrigger | Gets the Geotrigger that will be monitored. |
Status | Gets the current status of the Geotrigger |
Warning | Gets an error that describes a problem encountered while starting or monitoring the Geotrigger. |
Methods
Name | Description |
---|---|
Start |
Starts evaluating the Geotrigger. |
Stop() | Stops evaluating the Geotrigger. |
Events
Name | Description |
---|---|
Notification | Indicates that the Geotrigger condition has been meet. |
Status |
Indicates that the Status property has changed. |
Warning |
Indicates that the Warning property has changed. |
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 |