Geotriggers Info
Presents information on a set of Geotrigger objects defined for a GeoModel. The author of an ArcGISMap or an ArcGISScene can optionally specify one or more Geotrigger conditions to be monitored when using the data. Once this type is loaded, review the list of GeotriggersInfo.geotriggers and create a GeotriggerMonitor to monitor each.
When a Geotrigger is defined with a GeotriggerFeed of type LocationGeotriggerFeed, you must supply a LocationDataSource to provide your device location. The general workflow is as follows:
Get the GeotriggersInfo from the GeoModel.geotriggersInfo property.
Load the GeotriggersInfo to populate the GeotriggersInfo.geotriggers list.
For each Geotrigger in the list, check whether the Geotrigger.feed is of type LocationGeotriggerFeed.
Set the LocationGeotriggerFeed.locationDataSource to your LocationDataSource - for example, using the LocationDisplay.dataSource.
Create a GeotriggerMonitor for each Geotrigger you want to use.
Connect to notifications sent by the GeotriggerMonitor.
Call GeotriggerMonitor.start() to begin monitoring.
Geotriggers can also take into account floors within buildings. If the GeotriggersInfo is defined as part of a GeoModel that includes a valid GeoModelFloorDefinition, then the list of GeotriggersInfo.geotriggers can take floor information into account. All layers and tables that are used by the floor definition are loaded when a floor aware GeotriggerMonitor is started. To take floors into account when monitoring geotriggers, use a LocationDataSource that includes floor details, such as the IndoorsLocationDataSource.
Since
200.1.0
Properties
The set of Geotrigger objects defined for a GeoModel. This list is populated with Geotrigger conditions defined by the author of the map or scene when the GeotriggersInfo is LoadStatus.Loaded. If no geotriggers are defined, this list will remain empty.