Class GeotriggersInfo
Presents a set of Geotrigger objects defined for a Geo
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Geotriggers
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class GeotriggersInfo : ILoadable
Remarks
The author of a Map or a Scene can optionally specify one or more Geotrigger
conditions to be monitored when using the data. Once this type is loaded, review the list of
Geotriggers and create a Geotrigger
When a Geotrigger is defined with a Geotrigger
- Get the Geotriggers
Info from the GeotriggersInfo property. - Load the Geotriggers
Info to populate the Geotriggers list. - For each Geotrigger in the list, check whether the Feed is of type Location
Geotrigger .Feed - Set the Location
Data to your LocationSource Data - for example, using the DataSource Source . - Create a Geotrigger
Monitor for each Geotrigger you want to use. - Connect to notifications sent by the Geotrigger
Monitor . - Call Start
Async() to begin monitoring.
Properties
Name | Description |
---|---|
Geotriggers | Gets the set of Geotrigger objects defined for a Geo |
Load |
Gets the System. |
Load |
Gets the load status. |
Methods
Name | Description |
---|---|
Cancel |
Cancel loading metadata for the object. |
Load |
Load the metadata for the object asynchronously. |
Retry |
Loads or retries loading metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Loaded | Event that is raised when the object is done loading. |
Load |
Event that is raised when the Load |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |