Issue
How can i disable the panning/zooming functionality of a MapView (not the zoom controls, i want a wholly static map)?
I've also noticed that touching the map doesn't seem to trigger the MapView onClickListener, could anyone elaborate why?
Solution
Use android:clickable="false"
in your layout file.
Answered By - CommonsWare
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.