HeatMapTilesProvider constructor

HeatMapTilesProvider({
  1. required HeatMapDataSource dataSource,
  2. required HeatMapOptions heatMapOptions,
})

Implementation

HeatMapTilesProvider(
    {required this.dataSource, required this.heatMapOptions});