Hi
Sorry at first for my poor grammar.
I am writing a program in Java using geogoogle (Google Geocoder Java API) http://geo-google.sourceforge.net/
I need from two specific points to get the walking directions between these points and also these info to be exported in a KML file. Do you know how can I do it from Java? Is there an API that I can use? Perhaps making a call from the java program to google and handle the result - but how can it be done?
Thanks in advance.
PS. Google gives this functionality as i saw here http://www.gringod.com/2008/02/26/save-google-maps-driving-directions/ but I need all these to be called from Java.