增加 ItemizedOverlay 上的命中检测
我扩展了 itemizedOverlay,并且想增加 OverLayItem 上的命中检测(如果可能的话)?
I have an itemizedOverlay extended and I want to increase the hit detection on the OverLayItem's if this is possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是通过检测其下方视图上的点击并创建一个不可见的触摸区域来排序的。
This was sorted by detecting the hit on the view below it and creating an invisible touch area.