google-maps-services-node
v3.0.1
Published
Node library for accessing the Google Maps Web Services
Downloads
10
Maintainers
Readme
Node Client for Google Maps Services
Node library for accessing the Google Maps Web Services. Works both with callbacks and promises (depends on whether you pass in a callback or not).
Usage
Look into tests (they are not really tests :D).
Currently implemented
- [x] Distance Matrix API
- [x] Directions API
- [ ] Elevation API
- [ ] Geocoding API
- [ ] Time Zones API
- [ ] OAuth
Why making a new one ?
If you write libraries with global configuration I automaticcaly assume your library is not gonna work.