android意图导航到多个目的地? [英] android intent to navigate to multiple destinations?

查看:16
本文介绍了android意图导航到多个目的地?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法导航到多个目的地?就像你可以在谷歌地图上做的那样?

is there any way to navigate to multiple destinations? like you can do on google maps?

推荐答案

您可能知道您可以使用以下未记录的方式导航到目的地

As you probably know you can use the following, undocumented, way to navigate to a destination

startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=" + mLatitude + "," + mLongitude)));

但是,据我所知,目前还无法进行中间点导航.

but, as far as I know, navigation with intermediate points is not possible at the moment.

这篇关于android意图导航到多个目的地?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆