Firstly, I want to give my congratulations to everyone who writes tutorials, especially to plusminus (good work!).
I pretend to develop an app related with a GPS navigator, not exactly, but I need driving directions. I'm aware about 2 alternative ways to the googlenav package, for getting driving directions:
- Using the Open Street Map: http://www.openstreetmap.org/
- Processing HTTP requests from google maps and getting a KML or JSON file format (I think that XML and CSV are not permitted). Inconvenience: Parse a lot of information.
Thanks in advance!



