You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456
2941b55b76
|
3 months ago | |
---|---|---|
.. | ||
LICENSE | 3 months ago | |
README.md | 3 months ago | |
index.js | 3 months ago | |
package.json | 3 months ago |
README.md
BMapLib.Heatmap
Installation
NPM
$ npm i --save bmaplib.heatmap
CDN
<script src="//unpkg.com/bmaplib.heatmap"></script>
Usage
ES Next
import Heatmap from 'bmaplib.heatmap'
// You should use this lib after BaiduMap loaded. For Example:
loadBaiduMap.then(() => {
new Heatmap()
})
CDN
<script src="//api.map.baidu.com/api?v=2.0"></script>
<script src="//unpkg.com/bmaplib.heatmap"></script>
<script>
new BMapLib.Heatmap()
</script>