node-googlemaps
node-googlemaps copied to clipboard
Why apis like elevationFromLocations takes a string not an array?
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.