27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSFenceParameters.h>
55 #pragma mark initializers
77 + (instancetype)graphicsOverlayFenceParametersWithGraphicsOverlay:(
AGSGraphicsOverlay *)graphicsOverlay;
89 bufferDistance:(
double)bufferDistance;
100 + (instancetype)graphicsOverlayFenceParametersWithGraphicsOverlay:(
AGSGraphicsOverlay *)graphicsOverlay
101 bufferDistance:(
double)bufferDistance;
104 #pragma mark properties
Geotrigger fence data required for an AGSFenceGeotrigger.
Definition: AGSFenceParameters.h:48
Geotrigger fence parameters data created from an AGSGraphicsOverlay.
Definition: AGSGraphicsOverlayFenceParameters.h:53
AGSGraphicsOverlay * graphicsOverlay
Definition: AGSGraphicsOverlayFenceParameters.h:111
An overlay to display graphics on the map.
Definition: AGSGraphicsOverlay.h:82