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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to