GraphicsOverlayFenceParameters constructor
- required GraphicsOverlay graphicsOverlay,
- double bufferDistance = 0,
Creates a GraphicsOverlayFenceParameters using all of the graphics in the GraphicsOverlay buffered by the buffer distance.
Note that the GraphicsOverlayFenceParameters will respect any changes made to the supplied graphics overlay - for example, if a Graphic is removed or added to the original GraphicsOverlay, it will be added or removed as a fence.
Parameters:
graphicsOverlay
— The 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.