RasterParticleLayer constructor
RasterParticleLayer({ - required String id,
- Visibility? visibility,
- List<Object>? visibilityExpression,
- List<Object>? filter,
- double? minZoom,
- double? maxZoom,
- String? slot,
- required String sourceId,
- String? sourceLayer,
- String? rasterParticleArrayBand,
- List<Object>? rasterParticleArrayBandExpression,
- int? rasterParticleColor,
- List<Object>? rasterParticleColorExpression,
- double? rasterParticleCount,
- List<Object>? rasterParticleCountExpression,
- double? rasterParticleFadeOpacityFactor,
- List<Object>? rasterParticleFadeOpacityFactorExpression,
- double? rasterParticleMaxSpeed,
- List<Object>? rasterParticleMaxSpeedExpression,
- double? rasterParticleResetRateFactor,
- List<Object>? rasterParticleResetRateFactorExpression,
- double? rasterParticleSpeedFactor,
- List<Object>? rasterParticleSpeedFactorExpression,
})
Implementation
RasterParticleLayer({
required String id,
Visibility? visibility,
List<Object>? visibilityExpression,
List<Object>? filter,
double? minZoom,
double? maxZoom,
String? slot,
required String this.sourceId,
String? this.sourceLayer,
String? this.rasterParticleArrayBand,
List<Object>? this.rasterParticleArrayBandExpression,
int? this.rasterParticleColor,
List<Object>? this.rasterParticleColorExpression,
double? this.rasterParticleCount,
List<Object>? this.rasterParticleCountExpression,
double? this.rasterParticleFadeOpacityFactor,
List<Object>? this.rasterParticleFadeOpacityFactorExpression,
double? this.rasterParticleMaxSpeed,
List<Object>? this.rasterParticleMaxSpeedExpression,
double? this.rasterParticleResetRateFactor,
List<Object>? this.rasterParticleResetRateFactorExpression,
double? this.rasterParticleSpeedFactor,
List<Object>? this.rasterParticleSpeedFactorExpression,
}) : super(
id: id,
visibility: visibility,
visibilityExpression: visibilityExpression,
filter: filter,
maxZoom: maxZoom,
minZoom: minZoom,
slot: slot);