GraphicsOverlayFenceParameters

constructor(graphicsOverlay: GraphicsOverlay, bufferDistance: Double = 0.0)

Creates a GraphicsOverlayFenceParameters using all of the graphics in the com.arcgismaps.mapping.view.GraphicsOverlay buffered by the buffer distance. Note that the GraphicsOverlayFenceParameters will respect any changes made to the supplied graphics overlay - for example, if a com.arcgismaps.mapping.view.Graphic is removed or added to the original com.arcgismaps.mapping.view.GraphicsOverlay, it will be added or removed as a fence.

Since

200.1.0

Parameters

graphicsOverlay

The com.arcgismaps.mapping.view.GraphicsOverlay, to use as the source of graphics for the GraphicFenceParameters.

bufferDistance

A buffer distance in meters to apply to the graphics when checking if a Geotrigger condition is met.