Skip to content

Allow to disable the heatmap

Compare
Choose a tag to compare
@francois2metz francois2metz released this 25 Nov 10:52
· 188 commits to master since this release
7e17f1a

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 });