decode-google-map-polyline
Version:
A library to decode google map polyline using google official library.
19 lines (18 loc) • 356 B
JSON
{
"name": "decode-google-map-polyline",
"version": "1.0.1",
"description": "A library to decode google map polyline using google official library.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"google",
"map",
"polyline",
"decode",
"encode"
],
"author": "Yan Ji",
"license": "ISC"
}