I'm making a map for my campus and need help. Can anyone tell me how to add driving directions to a specific geopoint? I would like the user to click on a map icon on the map, bring them to a description page of that place, and then have the option to "route directions" Seems simple but I'm very new to Java and Android.

link|improve this question
feedback

1 Answer

There is no support in the Android SDK for driving directions, sorry.

link|improve this answer
What about the directions API? – alvinbaena Dec 23 '11 at 21:26
@alvinbaena: There is no "directions API" in the Android SDK. While it is conceivable that you could use some JavaScript directions API, the results cannot be used with a MapView, for technical and licensing reasons. Now, the OP is welcome to try launching URLs to Web-based Google Maps directions, I suppose, but I know little about the mechanics of that. – CommonsWare Dec 23 '11 at 21:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.