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 中,当用户在地图上进行捏合缩放时,只有在释放触摸后才会显示图块。因此,而不是在(我认为)MotionEvent.ACTION_UP 之后显示图块,是否可以在 MotionEvent.ACTION_DOWN 准备好后立即显示它们?