MapView without Zoom Levels Android
Posted
by
RyanInBinary
on Stack Overflow
See other posts from Stack Overflow
or by RyanInBinary
Published on 2012-10-19T16:57:54Z
Indexed on
2012/10/19
17:00 UTC
Read the original article
Hit count: 173
android
|android-mapview
I'm using the MapView object for my app and it's working really well. But I noticed that it "locks" to zoom levels, even if you don't use them. For instance, if you pinch to zoom and barely do it, the view will "snap" either forward or backward to whatever the closest zoom level is. The native google maps application does not do this at all. You can barely pinch, and it'll accept it (there are no 'hard' zoom levels built in). How can I get my mapview to mirror that?
© Stack Overflow or respective owner