I don't think the touch down & up callbacks are implemented in the MapFragment SDK. In B4A you can use the Click event:
Sub MapFragment_Click (Point As LatLng)
End Sub
If that's not what you want, I have seen suggestions on
stackoverflow to use an overlay to get the touch events. Perhaps a panel?
- Colin.