osmdroid中的两个手指或pinc缩放到mapview

时间:2013-03-01 14:01:45

标签: android zoom android-mapview multi-touch osmdroid


我需要帮助

我试图通过获得用户多点触摸来缩放到mapview(首先是2个手指触摸) 我知道有setMultiTouchControls()函数,但这不是我想要做的
我试图用图片解释:)它比写作更容易;

黑色粗体箭头表示手指的移动方向。 对于相反的方向可以考虑相同的情况。(放大)

osmdroid mapview multitouch

1 个答案:

答案 0 :(得分:4)

最后,在osmdroid 3.0.10中,这个功能已经实现。

mapView.setBuiltInZoomControls(true);
mapView.setMultiTouchControls(true);