zulkic / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

MapView does not have Gesture Listener Callback support #356

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There currently there is only support for onZoom and onScroll call backs in the 
MapView class, there is no callbacks to provide information of the gestures. I 
have included a patch that allows for applications to register for gesture 
callbacks in addition to the onZoom and onScroll callbacks.

Original issue reported on code.google.com by mjann...@gmail.com on 5 Jul 2012 at 6:52

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by neilboyd on 6 Jul 2012 at 7:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Overlays provide full onTouch support and can intercept touch events.

Original comment by kurtzm...@gmail.com on 5 Mar 2013 at 6:29