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

Please update characters limit according to google. Error: Request too long for google to handle (2048 characters). But google increased it to 8192. Please update it

jitendra-kr opened this issue · comments

Hi, Still you are using 2048 and throwing (Error: Request too long for google to handle (2048 characters)).

But according to google it hac been 8192.

Please have a look here
https://developers.google.com/maps/documentation/static-maps/intro#url-size-restriction

It is developed and waiting to be merged.

Still waiting to be merged?