Ever since the update that allows multitouch gestures on the Maps app
(pinch-zooming, mostly), I've noticed that apps using the Google Maps
API also seem to automatically support it.  That, in and of itself, is
good.  Convenient!

However, my app has a need to know when the user has zoomed the map.
As it stands now, I've just been watching over the only way this has
been possible before: The zoom control buttons.  It appears that
there's no callback to know when the map has been zoomed (only
MapController commands to MAKE the map zoom), so developers don't
appear to have any way of knowing if the zoom level was changed
outside of their control (i.e. pinch-zooming) apart from constantly
polling the MapView.

Is there any good way around this, or is an update like this in the
cards for the API?  Or am I just missing something obvious?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to