HeatmapLayer(- {required dynamic id,
- dynamic visibility,
- dynamic minZoom,
- dynamic maxZoom,
- required String sourceId,
- String? sourceLayer,
- int? heatmapColor,
- double? heatmapIntensity,
- double? heatmapOpacity,
- double? heatmapRadius,
- double? heatmapWeight}
)
Implementation
HeatmapLayer({
required id,
visibility,
minZoom,
maxZoom,
required this.sourceId,
this.sourceLayer,
this.heatmapColor,
this.heatmapIntensity,
this.heatmapOpacity,
this.heatmapRadius,
this.heatmapWeight,
}) : super(
id: id, visibility: visibility, maxZoom: maxZoom, minZoom: minZoom);