如何在Android中的地图上显示多个叠加层?
我有包含纬度和经度的项目列表。我想在Google地图
上显示项目列表。 那么,如何创建叠加列表以及如何在 Google 地图上显示叠加?
I have item list with latitude and longitude .I want to show the item list on Google map
..
so, how to create overlay list and how to show overlays on Google map ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是我在项目中所做的...
创建新类...
图钉的 OnClickListener
This is what i did on my project...
Create new class...
OnClickListener for pushpin