How do I Geocode 20 addresses without receiving a OVER_QUERY_LIMIT response?
Posted
by michielvoo
on Stack Overflow
See other posts from Stack Overflow
or by michielvoo
Published on 2010-03-10T17:49:34Z
Indexed on
2010/03/24
10:43 UTC
Read the original article
Hit count: 751
Using the Google Geocoder v3, if I try to geocode 20 addresses, I get a OVER_QUERY_LIMIT unless I time them to be ~1 second apart, but then it takes 20 seconds before the markers are all placed.
Is there any other way to do it, other than storing the coordinates in advance?
© Stack Overflow or respective owner