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.
498 B
498 B
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>