Closed GoogleCodeExporter closed 8 years ago
This may be as simple as calling mScroller.abortAnimation() in
MapViewGestureDetectorListener.onDown(). Give that a try.
If that works, we should do it!
Original comment by kurtzm...@gmail.com
on 15 May 2013 at 1:41
Awesome, it works. I just put it as the first line of onDown(). Thank you very
much!
In the long it should probably check if the scrolling animation was initiated
by user, or was it start programatically.
Original comment by stawi...@gmail.com
on 15 May 2013 at 2:11
This has been implemented in r1233. It should only stop if you did a fling and
not a call to setMapCenter.
Original comment by kurtzm...@gmail.com
on 23 May 2013 at 5:44
Original comment by kurtzm...@gmail.com
on 11 Jun 2013 at 2:07
Original issue reported on code.google.com by
stawi...@gmail.com
on 15 May 2013 at 10:11