ThinkGeo.com    |     Documentation    |     Premium Support

Max Extent

We want to limit the max zoom level or our application by allowing the user to define the max extent (upper left and lower right points) and then doing some processing when the map is zoomed out.  Is there any example code for doing this?



 


Hi, Nate
 
We have provided the ExtentChanged event for Silverlight Map control and you can judge whether the current extent is zoom out or zoom in. Further also you can use the RestrictedExtent property of Map to restrict the map within a restricted extent.
 
Thanks,
 
Khalil