gpt4 book ai didi

android - 如何在我的应用程序中嵌入 google turn by turn 导航?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:03:11 29 4
gpt4 key购买 nike

我正在构建一个 Android 应用程序,帮助用户在两点之间导航。这是 doc 的链接.这正是我想要提供给用户的功能,但是我希望导航在我的应用程序中进行,而不是通过以这种方式启动 Intent

Uri gmmIntentUri = Uri.parse("google.navigation:q=Taronga+Zoo,+Sydney+Australia");
Intent mapIntent = new Intent(Intent.ACTION_VIEW, gmmIntentUri);
mapIntent.setPackage("com.google.android.apps.maps");
startActivity(mapIntent);

我在我的应用程序中嵌入了谷歌地图,但想不出如何实现这种导航。有人可以指导我或提供任何提示或教程吗?提前致谢!!

最佳答案

这在 Google Maps V2 API 中是不可能的。最好为此使用 HERE map 。我最近在我的应用中实现了它,它很棒。

引用转至https://developer.here.com/mobile-sdks/documentation/android-hybrid-plus/topics/map-guidance.html

也可以转到 Here maps is not working

看起来像:

enter image description here

关于android - 如何在我的应用程序中嵌入 google turn by turn 导航?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32121539/

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