HeatmapLayer constructor
HeatmapLayer({ - required String id,
- Visibility? visibility,
- List<Object>? visibilityExpression,
- List<Object>? filter,
- double? minZoom,
- double? maxZoom,
- String? slot,
- required String sourceId,
- String? sourceLayer,
- int? heatmapColor,
- List<Object>? heatmapColorExpression,
- double? heatmapIntensity,
- List<Object>? heatmapIntensityExpression,
- double? heatmapOpacity,
- List<Object>? heatmapOpacityExpression,
- double? heatmapRadius,
- List<Object>? heatmapRadiusExpression,
- double? heatmapWeight,
- List<Object>? heatmapWeightExpression,
})
Implementation
HeatmapLayer({
required super.id,
super.visibility,
super.visibilityExpression,
super.filter,
super.minZoom,
super.maxZoom,
super.slot,
required this.sourceId,
this.sourceLayer,
this.heatmapColor,
this.heatmapColorExpression,
this.heatmapIntensity,
this.heatmapIntensityExpression,
this.heatmapOpacity,
this.heatmapOpacityExpression,
this.heatmapRadius,
this.heatmapRadiusExpression,
this.heatmapWeight,
this.heatmapWeightExpression,
});