MapView 的替代捏合缩放
有没有办法为 MapView 实现替代的捏合缩放?因为我对原始变焦有问题 -> MapView MultiTouch 缩放(捏合)不可靠且混乱,那就太好了自己实现。例如,多点触控控制器项目。或者 MapView 内部是否发生了太多的事情来构建良好的缩放? (我在缩放手势时考虑尺寸,无法想象如何做到这一点)
Is there any way to implement a alternative Pinch-To-Zoom for the MapView? Because i have problems with original zoom -> MapView MultiTouch zoom (Pinching) unreliable and chaotic, it would be great to implement that by own. For example with the multi-touch-controller project. Or is there too much going on internally in the MapView to build a good zooming? (I think about the sizing while you are in zoom gesture, can't imagine how to do this)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以拦截覆盖层中的触摸事件,并计算您自己的缩放。
You can always intercept touch events in an overlay, and calculate your own zoom.