====== Map Suite Web Edition Release Change Log Version 3.1.124 ====== =====Version 3.1.124===== Release date: 5/26/2009 Minor API changes were introduced in this version. There are no breaking changes. ^ Assembly ^ Members Added ^ Members Removed ^ Breaking Changes ^ Percent Churn ^ | **webedition (1187)** | 19 added | 1 removed | 0 breaking | 1.6% churn | **Changes in webedition from 3.1.16 (Version 2.0.50727.3053) to 3.1.124 (Version 2.0.50727.3053)**

Removed

Added

public class ThinkGeo.MapSuite.WebEdition.FeatureSourceMarkerOverlay ()

--> NONE <--

  • Property: int SuppressingGridSize { public get; public set; }

public class ThinkGeo.MapSuite.WebEdition.InMemoryMarkerOverlay ()

--> NONE <--

  • Property: int SuppressingGridSize { public get; public set; }

public class ThinkGeo.MapSuite.WebEdition.LayerOverlay ()

  • Property: ServerCache ServerCache { public get; public set; }
  • [[Obsolete:|We would make changes to the server cache. If you are using the server cache, please contact the support of ThinkGeo.com.]]Property: ServerCache ServerCache { public get; public set; }

public class ThinkGeo.MapSuite.WebEdition.Map ()

--> NONE <--

  • Method: protected virtual void RegisterJavascriptLibraryCore ()
  • Property: bool IsDefaultJavascriptLibraryDisabled { public get; public set; }

public class ThinkGeo.MapSuite.WebEdition.Marker ()

--> NONE <--

  • Property: bool IsVisible { public get; public set; }

ThinkGeo.MapSuite.WebEdition MarkerDraggedEventArgs ()

n/a

public class ThinkGeo.MapSuite.WebEdition.MarkerDraggedEventArgs

--> NONE <--

  • Constructor: public MarkerDraggedEventArgs ()
  • Constructor: public MarkerDraggedEventArgs (string markerId, PointShape markerPosition)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> public virtual string ToString ()
  • Property: string MarkerId { public get; public set; }
  • Property: PointShape MarkerPosition { public get; public set; }

public class ThinkGeo.MapSuite.WebEdition.ServerCache ()

--> NONE <--

  • Property: string CacheId { public get; public set; }

public class ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay ()

--> NONE <--

  • Event: public event EventHandler`1 MarkerDragged
  • Method: protected void OnMarkerDragged (MarkerDraggedEventArgs e)