node geocoder:nodejs地理编码库 源码
节点地理编码器 用于地理编码和反向地理编码的节点库。 可以用作nodejs库 安装(nodejs库) npm install node-geocoder 用法示例 const NodeGeocoder = require ( 'node-geocoder' ) ; const options = { provider : 'google' , // Optional depending on the providers fetch : customFetchImplementation , apiKey : 'YOUR_API_KEY' , // for Mapquest, OpenCage, Google Premier formatter : null // 'gpx', 'string', ... } ; const geocoder = NodeGeocod
文件列表
node-geocoder-master.zip
(预估有个67文件)
node-geocoder-master
.travis.yml
72B
index.js
168B
package.json
1KB
LICENCE
1KB
.github
FUNDING.yml
66B
test
httpadapter
httpadapter.test.js
2KB
暂无评论