FeatureLayerOptions constructor

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

Implementation

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