旋转地图叠加
我正在处理地图视图上的叠加层。
我有两种类型,可以说输入“One”和“Two”,
它们都在相同或不同的条件下叠加。
当在相同条件下重叠时,一个会与另一个重叠。前一个隐藏在后一个后面。
如果发生这种重叠情况,我想为用户提供循环浏览这些重叠覆盖的选项。
有什么解决办法吗?
覆盖可以处理双击吗?
I am dealing with a overlays on mapview.
I have 2 types of them, lets say type "One" and "Two"
They both are overlayed on same or diffrent condition.
When are overlayed on same condition one overlaps the other. and earlier one hides behind the latter one.
I want to give option to user to cycle through these overlapped overlays if this overlapping case occurs.
Any solution?
Can overlay handle double taps ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们有 OnDoubleTapListener。但我不确定它是否可以与叠加一起应用。尝试一下吧。
请参阅网站以显示 OnDoubleTapListener 的示例
We have OnDoubleTapListener. But I am not sure whether it can be applied with overlays. Just give a try.
Please refer the site for showing an eg for OnDoubleTapListener