I'm developing an android application that would locate the user(assuming that the user is on the road) and the app will create the shortest route for the user to take to be able to go to the users chosen destination. Locating the user isn't the question since there's an API for that here:
http://www.vogella.com/articles/AndroidLocationAPI/article.html
so here's the catch. The roads ,intersections and their distances can be mapped or declared via variables in the code but my problem is that the GPS APIs i found so far would only return a longitude and latitude and not the road names or the graphs that can be used for mapping the shortest path. I need help as to how i can create the shortest route with the given Android GPS resources we have now.
Assuming: 3G or wifi connection is always available