android 想要导航到多个目的地吗?

发布于 2024-09-24 23:56:44 字数 40 浏览 0 评论 0原文

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

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

樱花坊 2024-10-01 23:56:44

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

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

,但据我所知,目前无法使用中间点进行导航。

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.

三岁铭 2024-10-01 23:56:44

抱歉,没有记录和支持的用于 Google 导航的 Intents

There are no documented and supported Intents for use with Google Navigation, sorry.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文