On Dec 28, 9:50 am, Rossko <[email protected]> wrote: > > Using the Google Geocoder v3, I am trying to geocode for more 20 addresses, > > I got OVER_QUERY_LIMIT error. > > > Please suggest me on this .Its urgent > > Go slower. (There is a rate limit)
Don't geocode addresses that don't change every time your page loads, geocode them off-line and use the coordinates on page load. See this article on geocoding strategies: http://code.google.com/apis/maps/articles/geocodestrat.html -- Larry -- 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.
