Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 osmdroid (3.0.8) 开发一个应用程序。当我使用两根手指进出缩放时,缩放从地图的中心开始,而不是从两根手指的中间开始(使用MapView.setMultiTouchControls(true);)。我试图实现捏(捏),但结果不好。我读过其他类似的问题,但没有找到好的解决方案。
MapView.setMultiTouchControls(true);
注意:我必须使用 OSM,而不是其他解决方案
Osmdroid 3.0.10 支持在您捏合的位置进行缩放。
如果您有兴趣尝试,这些示例还包括两指旋转手势叠加。