moshen / node-googlemaps

A simple way to query the Google Maps API from Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why apis like elevationFromLocations takes a string not an array?

valyard opened this issue · comments

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.