自定义Android地图定位应用程序
大家好,我正在制作一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查以下示例以在 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.