27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSGeotriggerNotificationInfo.h>
29 #import <ArcGIS/AGSGeoElement.h>
50 #pragma mark initializers
55 #pragma mark properties
96 @property (nonatomic, copy, readonly) NSString *
fenceID;
AGSFenceNotificationType
Definition: AGSFenceGeotriggerNotificationInfo.h:36
@ AGSFenceNotificationTypeEntered
Definition: AGSFenceGeotriggerNotificationInfo.h:37
@ AGSFenceNotificationTypeExited
Definition: AGSFenceGeotriggerNotificationInfo.h:38
An AGSGeotriggerNotificationInfo from an AGSFenceGeotrigger.
Definition: AGSFenceGeotriggerNotificationInfo.h:48
NSString * fenceID
Definition: AGSFenceGeotriggerNotificationInfo.h:96
id< AGSGeoElement > fenceGeoElement
Definition: AGSFenceGeotriggerNotificationInfo.h:64
AGSGeometry * fenceGeometry
Definition: AGSFenceGeotriggerNotificationInfo.h:73
AGSFenceNotificationType fenceNotificationType
Definition: AGSFenceGeotriggerNotificationInfo.h:78
Base class for all classes that represent geometric shapes.
Definition: AGSGeometry.h:121
Provides details about an AGSGeotrigger condition that has been met.
Definition: AGSGeotriggerNotificationInfo.h:45