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.
我将叠加层添加到我的地图视图中,并且我想要在触摸叠加层时发生的事件。我使用过 onTap,但它仅用于单击覆盖。
子类Overlay和覆盖onTouchEvent()。您可以在那里进行任何您想要的触摸处理。
Overlay
onTouchEvent()