RasterParticleLayer constructor

RasterParticleLayer({
  1. required String id,
  2. Visibility? visibility,
  3. List<Object>? visibilityExpression,
  4. List<Object>? filter,
  5. double? minZoom,
  6. double? maxZoom,
  7. String? slot,
  8. required String sourceId,
  9. String? sourceLayer,
  10. String? rasterParticleArrayBand,
  11. List<Object>? rasterParticleArrayBandExpression,
  12. int? rasterParticleColor,
  13. List<Object>? rasterParticleColorExpression,
  14. double? rasterParticleCount,
  15. List<Object>? rasterParticleCountExpression,
  16. double? rasterParticleFadeOpacityFactor,
  17. List<Object>? rasterParticleFadeOpacityFactorExpression,
  18. double? rasterParticleMaxSpeed,
  19. List<Object>? rasterParticleMaxSpeedExpression,
  20. double? rasterParticleResetRateFactor,
  21. List<Object>? rasterParticleResetRateFactorExpression,
  22. double? rasterParticleSpeedFactor,
  23. 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);