google maps export driving directions to kml file - java geogoogle

Posted by maiky on Stack Overflow See other posts from Stack Overflow or by maiky
Published on 2010-01-10T20:38:39Z Indexed on 2010/04/27 2:43 UTC
Read the original article Hit count: 374

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.

© Stack Overflow or respective owner

Related posts about geocode

Related posts about java