Android - Map overlay onTouchEvent / onTap howto?

后端 未结 1 1211
死守一世寂寞
死守一世寂寞 2020-12-17 07:39

I\'ve implemented a Class that extends Overlay and also override the onTap / onTouchEvent (tried both).

Right now it seems like that event is triggered when you ta

1条回答
  •  情歌与酒
    2020-12-17 07:53

    The overlay covers the entire map.

    If you only want tap events when they tap on one of your items in an ItemizedOverlay, use onTap().

    0 讨论(0)
提交回复
热议问题