generateHeatmapLayerId function
Implementation
String generateHeatmapLayerId(HeatmapConfig heatmapConfig) {
return 'heatmap-layer-${heatmapConfig.hashCode}';
}
String generateHeatmapLayerId(HeatmapConfig heatmapConfig) {
return 'heatmap-layer-${heatmapConfig.hashCode}';
}