I've been looking a bit for some possibility to show a route on a Google Map inside an Android application. Since the new SDK doesn't provide DrivingDirections anymore.
I have found for example this topic: J2ME/Android/BlackBerry - driving directions, route between two locations which seems to be fine but as the topic author already stated, it's violating the "Google Maps/Google Earth APIs Terms of Service" so it's not really reliable solution I think.
I was looking around OpenStreetMap which provides such service but unfortunately I didn't found any possibility to get results for a routing for a third part application.
Beside them there is Nutiteq Mobile Mapping library which seems to be closer to what I'm looking for but unfortunately it's GPL. Please don't get me wrong, I'm a really big fan of open source I just think that GPL is the worst licence for a library from all open source licenses.
Is there is some other library which provides routing possibilities for an Android App? Or maybe there is some possibility to get routing results from OpenStreetMap for example in an exchangeable format (XML, JSON)?
Regards, Radek