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 | |
---|---|---|
.. | ||
README.md | 3 months ago | |
index.js | 3 months ago | |
package.json | 3 months ago |
README.md
BMapLib.LuShu
Installation
NPM
$ npm i --save bmaplib.lushu
CDN
<script src="//unpkg.com/bmaplib.lushu"></script>
Usage
ES Next
import LuShu from 'bmaplib.lushu'
// You should use this lib after BaiduMap loaded. For Example:
loadBaiduMap.then(() => {
new LuShu()
})
CDN
<script src="//api.map.baidu.com/api?v=2.0"></script>
<script src="//unpkg.com/bmaplib.lushu"></script>
<script>
new BMapLib.Lushu()
</script>