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?
[Edit]
Since there is no way possible to do this with Android currently, I opened a ticket on the Android code project page. If you face a similar issue, please star it so it will get Google's attention and we can have a better mapview/mapactivity going forward. https://code.google.com/p/android/issues/detail?id=38788