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
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().
ItemizedOverlay
onTap()