Categories: How do I... ? : Maps : Mobile - Android : Mobile App :

How to launch google.navigator in walikng mode?

Showing 1-4 of 4 messages
How to launch google.navigator in walikng mode? svt_raiden 5/9/12 5:57 AM Hi,  I am trying to start Google Navigator in walking mode for my Nexus One.  I am using the following code:  Intent i = new Intent(Intent.ACTION_VIEW,  Uri.parse("google.navigation:q="+39.097818+","+-77.160838));  startActivity(i); But with this the
Re: How to launch google.navigator in walikng mode? svt_raiden 5/9/12 8:08 AM Update:  I found that google maps support something called Directions flag, and you can pass it as an URL Variable as &dirflg=w dirflg stands for Directions flag and w stands for walkingd would be for driving and so on.  I wonder what kind of paramet
Re: How to launch google.navigator in walikng mode? svt_raiden 5/14/12 5:30 AM SOLVED:  Since nobody answered here is the solution, I had to find it myself. Hope someone will benefit from it.
Re: How to launch google.navigator in walikng mode? patrick848 11/6/12 8:30 AM mode=d is driving, mode=b is biking, but I can't figure out bus directions...  Do you have any idea?