bmaplib.geoutils
v1.0.0
Published
A library of Baidu Map JS API
Downloads
3
Readme
BMapLib.GeoUtils
Installation
NPM
$ npm i --save bmaplib.geoutils
Usage
ES Next
import GeoUtils from 'bmaplib.geoutils'
// You should use this lib after BaiduMap loaded. For Example:
loadBaiduMap.then(() => {
new GeoUtils()
})