HeatmapLayer constructor
HeatmapLayer({})
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);