Closed GoogleCodeExporter closed 8 years ago
You can extend MapView and override onTouchEvent() or you can create your own
Overlay and override onTouchEvent(). That will handle 1-4.
For the zoom events, you can extend MapView and override zoomIn()/zoomOut() for
#5 and setZoomLevel for #6.
Another way to do it is to create a MapListener and call setMapListener() on
your MapView which will give you scroll and zoom events.
Original comment by kurtzm...@gmail.com
on 6 Aug 2013 at 4:52
Original issue reported on code.google.com by
zhengfaz...@gmail.com
on 6 Aug 2013 at 2:13