GraphicFenceParameters constructor

GraphicFenceParameters({
  1. List<Graphic> graphics = const [],
  2. double bufferDistance = 0,
})

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

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.