Hello, I would like to activate the google navigation in pedestrian mode. Is it possible to do that?
Use walking travel mode similar to https://stackoverflow.com/questions/13255192/android-google-navigation-intent-modes
Thank you Steve, but there is no ActivityStater.MODE. What should I use instead and how to add mode=walking?
can I put it just like that in URI?
google.navigation:q=latitude,longitude&mode=w should work or it is possible that google does not have a walk mode for that map and returns bike?
This works for me.
I does (I confused the motorcycle with the bike, but for that matter it is the same)
Ok. I will keep trying. Thank you for your input
It appears you actually are successful.
No. I just selected it manually. But just now I tried adding just the W letter (not the entire word WALKING as it was suggested in https://stackoverflow.com/questions/13255192/android-google-navigation-intent-modes) and I got it!!!! Now I see that you wrote it in your example, but I thought you were just saving letters
Thanks so much
mode is case sensitive. w should work; W should not ; walking should also work, however it does not; so use w
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.