在Android平台上使用Google Map Data API

发布于 2024-08-30 22:06:04 字数 401 浏览 8 评论 0原文

我正在查看 Google 地图数据 API,想知道是否可以遵循他们的 Java开发指南在Android平台上使用它?我想在手机上显示我在 Google 地图上创建的路线。

理想情况下,这将通过 MapView 进行,但如果我需要以不同的方式进行操作,我也可以。

谢谢, 罗布

编辑:我觉得我的问题可能有点过于开放式。我不完全理解 Google Data API 如何与 Google Maps 配合使用。希望有人能给我指出正确的方向,但如果有人认为这是一个坏问题,请告诉我,以便我可以删除它。

I was checking out the Google Maps Data API and I was wondering if I can follow their Java Development guide to use it on the Android platform? I want to display routes that I have created on Google Maps on the phone.

Ideally this would be through a MapView but if I need to do it a different way I could.

Thanks,
Rob

EDIT: I feel that my question is probably a little too open ended. I don't completely understand how the Google Data API works with Google Maps. Hopefully someone can point me in the right direction but if anyone thinks that this is a bad question let me know so I can delete it.

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

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

发布评论

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

评论(1

朕就是辣么酷 2024-09-06 22:06:04

是的,您可以,一些 Android 应用程序使用地图数据 API(例如“我的足迹”)。但是,您需要解析从地图数据返回的 KML,然后编写代码以手动将其添加到 MapView。

Yes, you can, several android apps use the Maps Data API (My Tracks, for instance). However, you'll need to parse the KML returned from the maps data and then write code to add it to MapView manually.

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