Closed GoogleCodeExporter closed 9 years ago
Never mind, I see that there is getZoomLevel(final boolean aPending). This
takes care of my issue. I would suggest leaving the issue out as a heads up to
others, since getZoomLevel is counterintuitive (I would assume getZoomLevel to
provide the current zoom level, corresponding to the projection returned by
getProjection(), not the one being animated to).
Original comment by vit.hrad...@gmail.com
on 27 Jul 2013 at 6:09
I agree there is some questionable decisions made regarding current/pending
zoom levels. But they have been this way for a long time and I am hesitant to
make changes at this point.
The ideal solution is to let getZoomLevel() return a floating point number that
represents in-between zoom levels. We also would want to be able to let users
pinch-to-zoom and allow the map to stay at one of the in-between zoom levels
without snapping back to a concrete (integer) zoom level like we do now.
Original comment by kurtzm...@gmail.com
on 7 Aug 2013 at 2:15
See issue 460.
Original comment by kurtzm...@gmail.com
on 7 Aug 2013 at 2:30
Original issue reported on code.google.com by
vit.hrad...@gmail.com
on 27 Jul 2013 at 5:57