自定义Android地图定位应用程序

发布于 2024-11-07 14:41:52 字数 208 浏览 0 评论 0原文

大家好,我正在制作一个 Android 应用程序,它将向用户显示最近的购物中心。

我想知道如何开发可以打开我标记了地点的谷歌地图的应用程序。

例如,如果一个人要从 A 地到 B 地。我想显示他从 A 地到 B 地时的所有购物中心。但是在公共谷歌地图中,​​它会列出从 A 地到 B 地的所有商品,例如医院、学校等。我只想只显示购物中心。

如何做到这一点。

Hey Guys, I am making an android app that will display nearest shopping mall to the user.

I want to know that how do i develop app that can open google map in which i have marked the places.

For example if a person is going from place A to B. I want to display all the shopping mall as he moves from A to B. But in the public google maps it will shop up everything that will come up from place A to B like hospitals, schools etc. I just want that only shopping malls should be shown.

How to do that.

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

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

发布评论

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

评论(1

情域 2024-11-14 14:41:52

检查以下示例以在 Google 地图上绘制 pin/overlay:

http://mobiforge。 com/developing/story/using-google-maps-android

检查以下 api 以获取最近的位置:

https://simplegeo.com/docs/api-endpoints/simplegeo-places

通过结合以上两者,您可以实现您的目标。

Check following example to draw pin/overlay on Google map:

http://mobiforge.com/developing/story/using-google-maps-android

Check following api to fetch nearest location:

https://simplegeo.com/docs/api-endpoints/simplegeo-places

With combination of above two you can achieve your goal.

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