ThinkGeo.com    |     Documentation    |     Premium Support

Zoom level client side event?

I know how to show markers and other features etc at various zoom levels.


There are some buttons outside of the map that I want to disable until a certain zoom level is reached.


Is there a way to capture the zoom level on the client side? 


Thanks



 Hello Chad,


 
Thanks for your post, for this scenarios you can use GetBoundingBox to find the extent which you want to reached; then compare with below in the client side:

var extent = Map1.GetCurrentExtent();

 
I hope this can help you.
 
Regards,
 
Gary