Issue
I want to implement a navigation functionality in my application in android so that the user can set destination and the application guide him through the way. It's exactly like the Navigation app in Android except I need to add more information during the navigation along his travel way (like our company branches locations near him).
So, Can I build this functionality over the locally installed navigation application ? If not, can I make the same functionality in my app using the MapViews and is there some APIs available for that?
If not, what will be the best way to do this ?
Thanks in advance.
Solution
Take a look at this answer, it will surely answer your question!
short answer: You can use OpenTripPlanner for Android to get the routing through their REST API.
Answered By - silentw
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.