Android 应用程序在另一个应用程序中

发布于 2024-12-29 20:16:57 字数 59 浏览 0 评论 0原文

Android 手机中的地图或纬度应用程序。我想在我的应用程序中使用这些应用程序。 只是想知道可不可以?

Maps or Latitude application in the Android Mobile.I want to make use of these applications into my application.
Just want to know whether it is possible or not?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

姐不稀罕 2025-01-05 20:16:58

您可以使用 Google 地图库来做到这一点。
请查看此处的文档。

You can do that using the Google Maps library.
Take a look at the documentation here.

2025-01-05 20:16:57

我假设您的意思是从您的应用程序内启动这些应用程序。要启动地图应用程序,您可以使用以下意图

Intent URI :(one of the following)
geo:latitude,longitude
geo:latitude,longitude?z=zoom
geo:0,0?q=my+street+address
geo:0,0?q=business+near+city

Intent Action : VIEW    

I am assuming you mean launching these apps from within your app. For Launching the Maps app you can use the following Intent

Intent URI :(one of the following)
geo:latitude,longitude
geo:latitude,longitude?z=zoom
geo:0,0?q=my+street+address
geo:0,0?q=business+near+city

Intent Action : VIEW    
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文