[android-developers] Google map changes mamimum zoom value in Draw method.
Hi All,
I have written following code in overridden draw method.
public void draw(Canvas canvas, MapView mapView, boolean shadow)
{
mapView.getMaxZoomLevel();
}
This method(getMaxZoomLevel()) return gets changes constantly, when your starts zoom in operation on the Map.
My question questions is that, Is it possible to get constant maximum value in draw method?
your help will be greatly appreciated.
kind regards
Vitthalk
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home