通过源和目标的意图打开地图

时间:2015-03-18 20:12:55

标签: android google-maps android-intent

Intent intent = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse("http://maps.google.com/maps?saddr=20.344,34.34&daddr=20.5666,45.345"));

intent.setClassName("com.google.android.apps.maps", "com.google.android.maps.MapsActivity");

startActivity(intent);

抱歉我的英文。

此代码工作正常,但是,它打开多个路由。如果我点击地图上的路线。

我的问题是,在没有用户交互的情况下,我可以直接跳转到地图。

0 个答案:

没有答案