I am trying to run Intent to navigate:
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=" + item.getPoint().getLatitudeE6()/1E6 + ","+item.getPoint().getLongitudeE6()/1E6)));
This works great, but navigation starts in motion mode. How to start navigation in walking mode?
amuses Paul
source share