On Jul 31, 4:12 pm, mike <[email protected]> wrote: > We would like to grab the geocodes from google for these missing > entries. Is there a way to do this without violating terms of > service? They will ultimately be used strictly to display google > maps.
Assuming you're using the free license, you're allowed a quota of 15000 queries to the geocoder per day,and not too fast. If you need more, you can "ask" each of your visitors to do a handful queries on your behalf, and send you the results in an AJAX call to your server. This would all be perfectly within the terms. You'd only be using some extra bandwidth and processing power on your visitors computer, but it can be done quite transparently. -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
