HeatMapTilesProvider constructor
HeatMapTilesProvider({
- required HeatMapDataSource dataSource,
- required HeatMapOptions heatMapOptions,
Implementation
HeatMapTilesProvider(
{required this.dataSource, required this.heatMapOptions});