Allow to disable the heatmap
The heatmap can be disabled when initializing the plugin by putting the heatmap parameter as false:
const indoorEqual = new IndoorEqual(map, { apiKey: 'mykey', heatmap: false });
The heatmap can be disabled when initializing the plugin by putting the heatmap parameter as false:
const indoorEqual = new IndoorEqual(map, { apiKey: 'mykey', heatmap: false });