Even a very small number of requests without delays can cause some to
be rejected with error 620 G_GEO_TOO_MANY_QUERIES.

The easiest and best solution is to geocode your locations once,
offline, store the coordinates in your database and use those instead
of regeocoding the addresses every time you use them.

If that's not possible, then:

       Add a delay between requests (I recommend 100ms but other
people
       have suggested 25ms or 250ms)

       Use .getLocations instead of .getLatLng

       Check the response code for error 620 and retry the request
       after a delay.


On 9 Gru, 13:01, Chaitra <[email protected]> wrote:
> Hi Mike,
>
>             I tested as you suggested and I get status code 620. what
> limits has it exceeded.? How can I resolve it ?
>
> Thanks a lot,
> Chaitra

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.


Reply via email to