Hi, Thanks for your guidance. I am a student and want to use this web service for academic purpose. I will not have any kind of webpage to display the maps, its a small java program that takes text input and generates text output.
How does this terms of use related in my case? Also do I need to register any key with google to be able to access the service? As I cant access the link - http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true_or_false it says request denied. Thanks, Avinash. On Nov 30, 6:53 pm, Rossko <[email protected]> wrote: > > How can I do this using simple java program? I mean submit the > > addresses to the maps.google.com > > If you are really using Java (not javascript) see the > documentationhttp://code.google.com/apis/maps/documentation/geocoding/ > > > and recieve the distance from > > maps.google.com? > > If you mean distance by road, see the > documentationhttp://code.google.com/apis/maps/documentation/directions/ > > If you mean straight-line distance, you can calculate it from > locations > > Beware of the terms of usehttp://code.google.com/apis/maps/terms.html > Use of Google service usually requires displaying a Google map. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
