User Tools

Site Tools


map_suite_web_edition_release_change_log_version_6.0.0.0

Map Suite Web Edition Release Change Log Version 6.0.0.0

Release date: 05/14/2012

Namespaces

New namespaces: 0


Types

Types added in new namespaces: 0

Types added to existing namespaces: 3

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

Types removed from existing namespaces: 0


Members

Members added on new types: 11

Members added to existing types: 11

Members removed from existing types: 6

Members removed on removed types: 0


Attributes

Attributes added: 0

Attributes added and shown: 0

Attributes removed: 0

Attributes removed and shown: 0


Others

Parameter name changes: 0


// Old assemblies:

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

// Total number of old assemblies: 1


// New assemblies:

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

// Total number of new assemblies: 1


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


namespace ThinkGeo.MapSuite.WebEdition {

[SerializableAttribute]

public class BingMapsOverlay : Overlay, IRequireId, IJsonSerializable {

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

public Uri JavaScriptLibraryUri { get; set; }

}


[SerializableAttribute]

public class GoogleOverlay : Overlay, IRequireId, IJsonSerializable {

[JsonMemberAttribute(MemberName="centerOnStreetView")]

public Boolean CenterOnStreetView {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

[JsonMemberAttribute(MemberName="traf")]

public Boolean TrafficEnabled {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

[JsonMemberAttribute(MemberName="sv")]

public GoogleStreetView GoogleStreetView { get; set; }

}


[SerializableAttribute]

public class GoogleStreetView : IJsonSerializable {

public GoogleStreetView(PointShape position);

public GoogleStreetView(PointShape position, Int32 width, Int32 height);


[JsonMemberAttribute(MemberName="enabled")]

public Boolean Enabled {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

[JsonMemberAttribute(MemberName="h")]

public Int32 Height {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

[JsonMemberAttribute(MemberName="w")]

public Int32 Width {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

[JsonMemberAttribute(MemberName="point")]

public PointShape Position {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}


public String ToJson();

}


[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 {

public GeoCanvas GeoCanvas {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}


}


[SerializableAttribute]

public class OpenStreetMapOverlay : Overlay, IRequireId, IJsonSerializable {

[JsonMemberAttribute(MemberName="uris")]

public Collection CustomServerUris { get; }

[JsonMemberAttribute(MemberName="osmtype")]

public OpenStreetMapType MapType { get; set; }

}


public enum OpenStreetMapType {

Standard,

CycleMap,

TransportMap,

MapQuestOpen

}


[CompilerGeneratedAttribute]

[DebuggerNonUserCodeAttribute]

[GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]

public class ThemeResource {

}

} // end of namespace ThinkGeo.MapSuite.WebEdition


map_suite_web_edition_release_change_log_version_6.0.0.0.txt · Last modified: 2015/09/09 03:45 by admin