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

查看:150
本文介绍了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天全站免登陆