gpt4 book ai didi

android - 使用 Google Map API 通过语音控制进行 tbt 导航

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

我正在编写一个应用程序,我想在其中引导用户从其在 map 上的当前位置到特定点。为此,我如何在我的 Android 应用程序中使用 Google Map API 通过语音控制进行轮流导航?
我可以从我的应用启动 Google 导航并将位置信息传递给它吗?

最佳答案

您可以尝试打开 Google map 应用。

String url = "http://maps.google.com/maps?saddr="+startLat+","+startLong+"&daddr="+endLat+","+endLong;
Intent intent = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse(url));
startActivity(intent);

关于android - 使用 Google Map API 通过语音控制进行 tbt 导航,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8459705/

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