lhl 6ff0e96ad3 8-4-1 | hace 1 año | |
---|---|---|
.. | ||
README.md | hace 1 año | |
index.js | hace 1 año | |
package.json | hace 1 año |
$ npm i --save bmaplib.lushu
<script src="//unpkg.com/bmaplib.lushu"></script>
import LuShu from 'bmaplib.lushu'
// You should use this lib after BaiduMap loaded. For Example:
loadBaiduMap.then(() => {
new LuShu()
})
<script src="//api.map.baidu.com/api?v=2.0"></script>
<script src="//unpkg.com/bmaplib.lushu"></script>
<script>
new BMapLib.Lushu()
</script>