moshen / node-googlemaps

A simple way to query the Google Maps API from Node.js
MIT License
560 stars 148 forks source link

decode Polyline #18

Open sergop321 opened 11 years ago

sergop321 commented 11 years ago

Please add the decoding polyline function as well.

monya001 commented 10 years ago

+1

maxfriedmann commented 9 years ago

+1

Would be great, especially since "encode-polylines": false doesn't seem to work anymore :(

orgicus commented 8 years ago

Just started using this library and needed polyline encoding/decoding and I found the polyline node package which does the job. This may be derailing a bit, but has anyone found a node.js version of v3_epoly.js or a similar way to get a point on a polyline at a given distance ?