yahayadeveloper / php-google-map-api

Automatically exported from code.google.com/p/php-google-map-api
0 stars 0 forks source link

Geocoding routine #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Geocode adresses in a loop

Expected : All adresses geocoded
Instead : Som adresses are not geocoded. Google response has code 620.

Version 2.2

It seems that we can't make to much requests in a second to the server. It will 
be great to handle the 620 response code by waiting and retrying the request. 
Or we can set a parameter to temporize requests.

Original issue reported on code.google.com by djl...@gmail.com on 28 Sep 2011 at 9:54

GoogleCodeExporter commented 8 years ago
These limits are in place because of Google - 
http://code.google.com/apis/maps/documentation/geocoding/#Limits - if you are 
meeting or exceeding these limits, it is your responsibility to ensure that 
your script isn't exceeding the limits in place.  There is nothing that can be 
done in the class to avoid this.

Original comment by b...@mycnl.com on 28 Sep 2011 at 10:38