A recent article in the Stata Journal describes how to use Google Maps to Geocode data within Stata: Adam Ozimek and Daniel Miles, "Stata utilities for geocoding and generating travel time and travel distance information", The Stata Journal 11:1 (2011): 106-119
On page 110 we read this statement: "Data acquired using geocode are subject to Google’s terms of service, specified here: h_____ttp://code.google.com/apis/maps/terms.html."
There, in the terms of service, we read in sec. 10.1.1:
"(h) No Use of Content without a Google Map. You must not use or display the Content without a corresponding Google map, unless you are explicitly permitted to do so in the Maps APIs Documentation. In any event, you must not use or display the Content on or in conjunction with a non-Google map. For example, you must not use geocodes obtained through the Service in conjunction with a non-Google map. As another example, you must not display Street View imagery alongside a non-Google map, but you may display Street View imagery without a corresponding Google map because the Maps APIs Documentation explicitly permits you to do so."
On the Stata Blog, there is this conversation (h_____ttp://blog.stata.com/2011/03/21/graphs-maps-and-geocoding/): Q: "Aren't traveltime and geocode violating Google's API agreement since they do not display the results on a Google map?" A: "The authors of geocode and traveltime had already thought about this and researched the issue before writing their code and article. They do not believe there is a problem. In addition, a similar program exists for SAS, they talked to the author of that program, and all agreed there was no issue. The authors of geocode and traveltime provide only an interface to the API and state in their documentation that the end users of it must abide by Google's terms of use as required by Google."
So which is it? Would using these Stata commands violate the Google Maps terms of service?
The same question applies to this geocoding utility posted on RePeC (Research Papers in Economics): h_____ttps://ideas.repec.org/c/boc/bocode/s457650.html
Thank you.