ThinkGeo.com    |     Documentation    |     Premium Support

Desktop features in Silverlight edition

Hi,


We have the following features with the desktop edition of mapsuite and need the same for the silverlight edition as well.


Please help us on the APIs to be used.


1. PreviousExtent


2. FullExtent


3. Setting Mode using ModeType


Above features are directly available with the MapSuite.DesktopEdition.Map control and we would like to know whether they are available in Silverlight edition directly or any work arounds are available.


Thanks,


Krithika



Krithika, 
  
 Thanks for evaluating our Silverlight Edition. Currently you are using Desktop 2.0. These properties are removed from all our products in our MapSuite 3.0. But instead, you can simply implement them with our 3.0 controls. 
  
 1, PreviousExtent: we have ExtentChanged event sample in our intalled package. You can simply record the old extent of the map and make it a field in your app. 
 2, Full extent is only a properties to record an extent you want to restore. You can also use it as a field. Let me know if you have any questions to use this one. 
 3, By default, Silverlight has default mouse navigations such as panning, zooming, track zooming etc. So this property is not used anymore. 
  
 Hope it makes sense. 
  
 Thanks, 
 Howard