Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是我有一个目的地地址,我必须通过用户当前位置的导航显示从当前位置到目的地位置的路线。
我只在stackoverflow中尝试了一些..但没有成功。有意图的地图。
我怎样才能达到这个要求。
提前致谢
我就是这样做的
Intent NavIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=" + incAddress)); startActivity(NavIntent);
意图启动谷歌导航并指示地址