User Tools

Site Tools


map_suite_web_edition_release_change_log_version_5.5.0.0

Map Suite Web Edition Release Change Log Version 5.5.0.0

Release date: 11/14/2011

Namespaces

New namespaces: 0


Types

Types added in new namespaces: 0

Types added to existing namespaces: 0

Total number of types added (in both new and existing namespaces): 0

Types removed from existing namespaces: 3


Members

Members added on new types: 0

Members added to existing types: 4

Members removed from existing types: 4

Members removed on removed types: 19


Attributes

Attributes added: 9

Attributes added and shown: 9

Attributes removed: 7

Attributes removed and shown: 7


Others

Parameter name changes: 0


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\WebEdition\5.0.0.55\Web Edition\WebEdition.dll, Assembly Version=5.0.0.0, File Version=5.0.0.0

// Total number of old assemblies: 1


// New assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\WebEdition\5.5.0.0\Web Edition\WebEdition.dll, Assembly Version=5.5.0.0, File Version=5.5.0.0

// Total number of new assemblies: 1


WebEdition, Version=5.5.0.0, Culture=neutral, PublicKeyToken=null


namespace ThinkGeo.MapSuite.WebEdition {

[SerializableAttribute]

public class BingMapsOverlay : Overlay, IRequireId, IJsonSerializable {

public BingMapsOverlay(BingMapsStyle bingMapsMapType, String credentials);

public BingMapsOverlay(String id, BingMapsStyle bingMapsMapType, String credentials);


[JsonMemberAttribute(MemberName="key")]

public String Credentials { get; set; }

[ObsoleteAttribute("This property is obsolete and maybe removed on or after May 1st 2012, please use Credentials instead.")]

public Uri JavaScriptLibraryUri { get; set; }


protected override void RegisterJavaScriptLibraryCore(Page page);

}


public enum BingMapsStyle {

Road,

Shaded,

Aerial,

Hybrid,

Oblique,

Birdseye,

BirdseyeHybrid

}


[DefaultPropertyAttribute("Text")]

[DesignerAttribute(typeof(MapDesigner))]

[ToolboxBitmapAttribute(typeof(Map),|"Resources.map.bmp")]

[ToolboxDataAttribute("<{0}:Map id="Map1" width="640px" height="480px" runat="server">")]

public class Map : Panel, IPostBackEventHandler, IPostBackDataHandler, IJsonSerializable, ICallbackEventHandler {

protected override void OnUnload(EventArgs e);


[ObsoleteAttribute("This property is obsolete and maybe removed on or after November 1st 2011, please use ZoomLevelSet instead.")]

public Collection ClientZoomLevelScales { get; }

[ObsoleteAttribute("This method is obsolete and may be removed on or after November 1st 2011, please use ZoomLevelSet instead.")]

public void SyncClientZoomLevels(IEnumerable zoomLevels);

[ObsoleteAttribute("This method is obsolete and may be removed on or after November 1st 2011, please use ZoomLevelSet instead.")]

public void SyncClientZoomLevels(ZoomLevelSet zoomLevelSet);

}


[SerializableAttribute]

public class TouchMapTool : MapTool, IJsonSerializable {

}


public sealed enum GoogleApiVersion; // removed

public sealed enum VirtualEarthMapType; // removed

public class VirtualEarthOverlay; // removed

} // end of namespace ThinkGeo.MapSuite.WebEdition


map_suite_web_edition_release_change_log_version_5.5.0.0.txt · Last modified: 2015/09/09 03:46 by admin