On May 10, 6:59 am, mp- <[email protected]> wrote: > > I am using the geocode via HTTP service for my web application. > > Note: I'm talking about the geocode via *HTTP* api ... not the > fullblown Google Maps API > (i.e.http://code.google.com/apis/maps/documentation/geocoding/index.html)
See paragraph 10.12 of the Terms: http://code.google.com/apis/maps/terms.html -- "you must not use geocodes obtained through the Service except in conjunction with a Google map". And in fact that's in the second paragraph of your linked documentation. Since that is the case, you may as well use the "fullblown Google Maps API" and an API map. If you can't use the API because your "web application" isn't browser-based, you mustn't use the HTTP geocoder. This may or not be relevant: you haven't really given enough information about your application. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
