parseHeatmap method

  1. @override
List<HeatmapConfig> parseHeatmap(
  1. List<HeatmapConfig> heatmap
)
override

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.',
  );
}