OSMdroid:彼此上方的标记 - 如何单击
我对 OSMdroid 有一个大问题: 我有一张带有一堆标记的地图,其中一些标记彼此靠近,因此标记可绘制对象位于彼此之上。
现在,当用户单击此类标记“堆栈”时,将执行每个标记的 onClickListener
中的代码。
如何阻止此执行并显示“单击”的标记列表?
I have a big problem with OSMdroid:
I have a map with a bunch of markers, some of them are near each other so that the marker drawables are above each other.
Now, when the user clicks such a marker "stack" the code from the onClickListener
for each marker is executed.
How can I prevent this execution and instead show a list of the markers "clicked"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
Touch
事件Using
Touch
event