GraphicFenceParameters

constructor(graphics: Iterable<Graphic> = mutableListOf(), bufferDistance: Double = 0.0)

Creates a GraphicFenceParameters that will apply a buffer distance to any graphics that are added to GraphicFenceParameters.graphics.

Since

200.1.0

Parameters

graphics

A set of graphics that should be used as fences.

bufferDistance

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


constructor(bufferDistance: Double)

Creates a GraphicFenceParameters that will apply a buffer distance to any graphics that are added to GraphicFenceParameters.graphics.

Since

200.1.0

Parameters

bufferDistance

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