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 super.id,
super.visibility,
super.visibilityExpression,
super.filter,
super.minZoom,
super.maxZoom,
super.slot,
required this.sourceId,
this.sourceLayer,
this.rasterParticleArrayBand,
this.rasterParticleArrayBandExpression,
this.rasterParticleColor,
this.rasterParticleColorExpression,
this.rasterParticleCount,
this.rasterParticleCountExpression,
this.rasterParticleFadeOpacityFactor,
this.rasterParticleFadeOpacityFactorExpression,
this.rasterParticleMaxSpeed,
this.rasterParticleMaxSpeedExpression,
this.rasterParticleResetRateFactor,
this.rasterParticleResetRateFactorExpression,
this.rasterParticleSpeedFactor,
this.rasterParticleSpeedFactorExpression,
});