gpt4 book ai didi

android - 能够为谷歌地图 Intent 选择方向类型

转载 作者:行者123 更新时间:2023-11-29 14:52:27 25 4
gpt4 key购买 nike

我正在使用谷歌地图 Intent 获取方向。问题是无论我在谷歌地图应用程序中搜索的最后一种类型的方向如何,方向都会出现。

例如,如果我最后使用谷歌地图获取步行路线,当我使用我的应用程序时,路线将自动搜索步行路线。

我想让用户能够选择他们的方向类型。

这是一个代码 fragment :

String directions = "http://maps.google.com/maps?saddr=" + myLocationString + "&daddr=" + officeLocationString;

// Create Google Maps intent from current location to target location
Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse(directions));
intent.setClassName("com.google.android.apps.maps", "com.google.android.maps.MapsActivity");
fcontext.startActivity(intent);

最佳答案

我无法让它与上面的“&directionsmode=”一起工作,它只是被忽略了。我在网络浏览器中使用来自谷歌地图的 URLS 进行了一些修改,我发现“&dirflg”工作得更好,无论是在浏览器和 android 操作系统。

使用这些值:r = 公交,b = 骑自行车,d = 驾驶,w = 步行

关于android - 能够为谷歌地图 Intent 选择方向类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14161591/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com