ThinkGeo.com    |     Documentation    |     Premium Support

Zooming to previous and next

Hello.


I'd like to know if there is possibility to zoom to previous and next extent?


 



 


Hi Andew,
Yes. Here are the hints about how to get what you want.
1.       Define a global collection to store the current extent when the map’s extent has changed.
2.       Seek backward based on current index in the collection to get the right extent, and then use “ZoomTo” method to refresh the map.
3.       Seek forward based on current index in the collection to get the right extent, and then also use the “ZoomTo” method to zoom to the expected extent.
 
Any questions please let us know. Thanks,
Johnny