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