There is a rate limit. You only get 2500 requests a day per IP address. So you need to spread your requests over the whole day. For a very short period you can 'burst' quicker than that, but cant sustain it.
This is old, but still very relevent http://econym.org.uk/gmap/geomulti.htm On 24 May 2011 15:37, Timothy Albert <[email protected]> wrote: > I am running a loop on some data where I need to encode the address (country > and/or city, country). For some reason the request to > http://maps.googleapis.com/maps/api/geocode/xml?address=XXX is failing on > some. If I run the failing addresses outside of the loop data is returned > properly. > > Here is my example > http://nuweb1.neu.edu/internationalcoop/map/ammap/coop_data_json.php > > ps. - all I am grabbing is the lat, lng - Is there a better way to do this? > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" 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-js-api-v3?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
