Fence Geotrigger Notification Info
A GeotriggerNotificationInfo from a FenceGeotrigger.
Since
200.1.0
Properties
The GeoElement from the fence data that meets the FenceGeotrigger condition. The GeoElement is one of the features or graphics from the FenceParameters used to create the FenceGeotrigger. Inspect the GeoElement.attributes and GeoElement.geometry properties for more details.
The Geometry used for the fence that satisfies the FenceGeotrigger condition. The original geometry of the FenceGeotriggerNotificationInfo.fenceGeoElement, including any adjustments (such as applying buffers) and projected to WGS84. You can compare this with the Location.position of the corresponding GeotriggerNotificationInfo.feedLocation.
The type of rule that caused this FenceGeotriggerNotificationInfo.
Inherited properties
A set of strings describing recommended actions based on this notification. Optionally, use these strings to determine whether your app will perform custom behavior, such as showing messages or starting/stopping tracking. Note that there is no requirement to take any action when a notification is delivered, but these provide a way to understand the intention of the author of the Geotrigger. This property can be empty.
A unique ID for the entity within the feed that triggered the notification info. This property is consistent for all notifications for a given feed entity. For example, use this ID to count the number of sites a team member visits.
A Location, received from the feed, that meets the GeotriggerMonitor condition. The Location is set if a LocationGeotriggerFeed was used to create the Geotrigger that the GeotriggerMonitor is monitoring. This allows you to access the position and meta-data from the feed, such as the horizontal accuracy, velocity, time stamp and other Location.additionalSourceProperties.
The GeotriggerMonitor that sent this notification. The GeotriggerMonitor evaluates a specific Geotrigger condition that has been met by this GeotriggerNotificationInfo. A single Geotrigger condition can result in multiple, repeat notifications.
A message that describes the notification. The notification message is the result of evaluating the Geotrigger.messageExpression for the specific objects that triggered this notification. The message could be a hard-coded string or use attributes from an area of interest that was entered to display a custom message.
A dictionary of optional properties derived from the Geotrigger.messageExpression. Optionally, you can evaluate the ArcadeExpression to produce properties on top of the basic GeotriggerNotificationInfo.message. You can access this additional information via this dictionary.