moshen / node-googlemaps

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

Added per request length to _makeRequest. #126

Closed valyard closed 7 years ago

valyard commented 8 years ago

I've been testing "elevation" API and it seems that it doesn't have an URL length limit. At least I could successfully pass a 26k characters URL to it.

Not sure what the limits for other API calls are, but since they might be different this change is needed.

fabriziomoscon commented 7 years ago

published as npm googlemaps@1.12.0