parseHeatmap method
Implementation
@override
List<HeatmapConfig> parseHeatmap(List<HeatmapConfig> heatmap) {
// We do not need to parse heatmap for flutter_map provider. The conversion happens withing the widget
throw Exception(
'This code is unreachable. we are using parseHeatmapToFMap.',
);
}