在 Android 谷歌地图中创建气泡时遇到问题?
我现在正在开发 GPS 跟踪器,对此我知之甚少。我有一些与我的应用程序整体相关的问题。
- 当我们点击覆盖项目时如何创建气泡? 我正在为地图视图创建一个类映射,为覆盖项目创建另一个类...... 在我的班级地图中,我使用广播接收器来接收不断变化的 GPS 坐标.. 这是一个好兆头吗?
- 对于我来说,要创建 GPS 跟踪器应用程序,我的应用程序结构应该是什么? (我们创建它的方式 为了简单并具有更多功能,例如显示周围的热点,朋友……)
I am now developing the GPS tracker in which i have very little idea. I have some questions related to my app as a whole.
- How to create bubble when we tap on an overlay item?
I m creating a class map for map view and another class for overlayitem...
in my class map I use broadcast receiver to receive the changing GPS cordinates ..
is it a good sign?? - for me to create GPS tracker app , what should be my app structure? (the way we create it in
order to be easy and have more function like show hot spot around, friend...... )
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您好,查看这篇文章的答案,在谷歌地图中显示 infowindow/bubble
也来自我在下面提供的链接中的相同代码:
如何在 Android 中点击叠加层时显示弹出窗口?
Hi checkout this post answer to display infowindow/bubble in google map
Also same code from link I have provided below:
How to display popup on tapping overlay in android?