How to disable scrolling in OSMdroid
I use OSMdroid of the version 3.0.10 in my project. And I want to disable
scrolling on MapView. I tried:
setFocusable(false)
setEnabled(false)
setClickable(false)
methods of MapView with no results. Is there any way to disable scrolling
the map?
Thank in advance.
No comments:
Post a Comment