generateHeatmapLayerId function

String generateHeatmapLayerId(
  1. HeatmapConfig heatmapConfig
)

Implementation

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