gpt4 book ai didi

安卓 : maps from intent

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

在我的应用程序中:我有 Find Home Tab..单击它并从模拟器控件传递坐标后,它应该显示 map ...

如果我使用 Intent

Uri uri = Uri.parse("http://maps.google.com/maps?saddr=42.35892,-71.05781&daddr=40.756054,-73.986951");
Intent intent = new Intent(android.content.Intent.ACTION_VIEW, uri);
startActivity(intent);

它没有显示我的应用程序的选项卡...

我如何将 Intent 与我的应用程序相关联并使其在我的应用程序中显示 map ..

还有可能在这个 Intent 显示的 map 下方显示文本框吗??

请帮忙..

谢谢。

最佳答案

您必须将 map 包含在您的 Activity 中。

这里是谷歌的信息: http://developer.android.com/resources/tutorials/views/hello-mapview.html

map 下方的文字: How can I add a TextView below a MapView?

然后您可以设置选项卡以显示您按照上面解释的 int hose 链接的方式创建的 MapActivity。

要在 map 中绘制路径,请与此处的人相同:android get duration from maps.google.com directions

关于安卓 : maps from intent,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4341714/

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