HeatMapLayer constructor
HeatMapLayer({
- Key? key,
- HeatMapOptions? heatMapOptions,
- required HeatMapDataSource heatMapDataSource,
- List<
WeightedLatLng> ? initialData, - Stream<
void> ? reset, - TileDisplay tileDisplay = const TileDisplay.fadeIn(),
- double maxZoom = 18.0,
Implementation
HeatMapLayer(
{super.key,
HeatMapOptions? heatMapOptions,
required this.heatMapDataSource,
List<WeightedLatLng>? initialData,
this.reset,
this.tileDisplay = const TileDisplay.fadeIn(),
this.maxZoom = 18.0})
: heatMapOptions = heatMapOptions ?? HeatMapOptions();