GraphicsLayerOptions constructor
GraphicsLayerOptions({
- required List<
Field> fields, - ElevationMode elevationMode = ElevationMode.onTheGround,
- Object? featureReduction,
Implementation
GraphicsLayerOptions({
required this.fields,
this.elevationMode = ElevationMode.onTheGround,
this.featureReduction,
});