GraphicsLayerOptions constructor

GraphicsLayerOptions({
  1. required List<Field> fields,
  2. ElevationMode elevationMode = ElevationMode.onTheGround,
  3. Object? featureReduction,
})

Implementation

GraphicsLayerOptions({
  required this.fields,
  this.elevationMode = ElevationMode.onTheGround,
  this.featureReduction,
});