Do you know how can I convert a google walking directions JSON response to KML?
I am using this method to get driving directions from Google in JSON format:
How can I process this and export it to KML to view it on Google Earth? Is there a Java API or something else?