On Apr 15, 6:56 am, akkad <[email protected]> wrote: > Am I allowed to use Google geocode service for bulk geocoding ? Let's > say I have a list of 2000 cities and I make my own app to get the > coords of those locations to represent it on a Google map. Am I > breaking any term ?
Be careful with the term "bulk geocoding". http://code.google.com/apis/maps/faq.html#geocoder_exists http://code.google.com/apis/maps/faq.html#geocoder_limit You have to decide for yourself. My take is if they are going to be displayed on a Google Map, geocoding 2000 points and storing the results for later display should be OK. If you are doing 2000 points every time your page is loaded, then you should rethink your design (or possibly look into a third-party geocoder). -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
