RasterLayer(- {required dynamic id,
- dynamic visibility,
- dynamic minZoom,
- dynamic maxZoom,
- required String sourceId,
- String? sourceLayer,
- double? rasterBrightnessMax,
- double? rasterBrightnessMin,
- double? rasterContrast,
- double? rasterFadeDuration,
- double? rasterHueRotate,
- double? rasterOpacity,
- RasterResampling? rasterResampling,
- double? rasterSaturation}
)
Implementation
RasterLayer({
required id,
visibility,
minZoom,
maxZoom,
required this.sourceId,
this.sourceLayer,
this.rasterBrightnessMax,
this.rasterBrightnessMin,
this.rasterContrast,
this.rasterFadeDuration,
this.rasterHueRotate,
this.rasterOpacity,
this.rasterResampling,
this.rasterSaturation,
}) : super(
id: id, visibility: visibility, maxZoom: maxZoom, minZoom: minZoom);