moshen / node-googlemaps

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

Why apis like elevationFromLocations takes a string not an array? #125

Open valyard opened 8 years ago

valyard commented 8 years ago

Is there a reason that elevationFromLocations and other APIs take a string not an array of locations? Apart from google API requesting this list in a string. The library could do transformation from an array itself.