Given ...
- An Activity that extends from MapActivity
- Uses ItemizedOverlay to show some balloons on the map
- ZoomControls are enabled
The ItemizeOverlay implements onTap(...)
which works perfectly ok when tapping one of the overlay items.
The question is: How to identify a tap on another part of the map (with the intention of getting the location and center'ing on that point)