moshen / node-googlemaps

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

Does it support the geometry library? #109

Closed colingoldberg closed 8 years ago

colingoldberg commented 8 years ago

Hi,

I would like to use the geometry library within my nodejs application. Is this supported? If not, is it on the roadmap?

Thanks

Colin Goldberg

fabriziomoscon commented 8 years ago

as far as I can see: https://developers.google.com/maps/documentation/javascript/geometry#Geometry the Geometry library is an extension of the Javascript Google maps library. That is meant to be used on the browser. This repository is intended for the server side Google maps calls. I think the Google Javascript library is much more sophisticated than this repository which is simply a wrapper for authenticated HTTP calls without access to the Map object and other libraries that Google provides in the Javascript SDK.

Please feel free to reopen this in case you see any way to use the Geometry library on the server