====== Map Suite Web Edition Release Change Log Version 9.0.0.0 ======

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

namespace ThinkGeo.MapSuite.WebEdition {

    [SerializableAttribute]

    public class AnimationPanMapTool : MapTool, IJsonSerializable {

    }

    [SerializableAttribute]

    public class ArcGISServerRestOverlay : Overlay, IRequireId, IJsonSerializable {

        public Int32 TransitionEffectDelayInMilliseconds { get; set; }

    }

    [SerializableAttribute]

    public class BingMapsOverlay : Overlay, IRequireId, IJsonSerializable {

        [ObsoleteAttribute("This property is obsolete and maybe removed in or after Version 10.0, please use BingMapsOverlay(string id, string bingMapsKey) instead.")]

        public BingMapsOverlay(String id);

        public BingMapsOverlay(String id, String bingMapsKey);

        [ObsoleteAttribute("This property is obsolete and maybe removed in or after Version 10.0, please use BingMapsOverlay(string id, string bingMapsKey, BingMapsStyle bingMapsMapStyle) instead.")]

        public BingMapsOverlay(BingMapsStyle bingMapsMapType, String credentials);

        [ObsoleteAttribute("This property is obsolete and maybe removed in or after Version 10.0, please use BingMapsOverlay(string id, string bingMapsKey) instead.")]

        public BingMapsOverlay(String id, BingMapsStyle bingMapsMapType);

        public BingMapsOverlay(String id, String bingMapsKey, BingMapsStyle bingMapsMapStyle);

        [ObsoleteAttribute("This property is obsolete and maybe removed in or after Version 10.0, please use BingMapsOverlay(string id, string bingMapsKey, BingMapsStyle bingMapsMapStyle) instead.")]

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

        public BingMapsStyle MapStyle { get; set; }

        [ObsoleteAttribute("This property is obsolete and maybe removed in or after Version 10.0, please use MapStyle instead.")]

        public BingMapsStyle MapType { get; set; }

        public String BingMapsKey { get; set; }

        [ObsoleteAttribute("This property is obsolete and maybe removed in or after Version 10.0, please use BingMapsKey instead.")]

        public String Credentials { get; set; }

    }

    [SerializableAttribute]

    public class ClusterMarkerStyle : MarkerStyle {

    }

    [SerializableAttribute]

    public class ContextMenu : IJsonSerializable, IRequireId {

    }

    [SerializableAttribute]

    public class EditSettings : IJsonSerializable {

    }

    [SerializableAttribute]

    public class FeatureOverlayStyle : IJsonSerializable {

    }

    [SerializableAttribute]

    public class GoogleOverlay : Overlay, IRequireId, IJsonSerializable {

        public Boolean TiltEnabled { get; set; }

    }

    [SerializableAttribute]

    public class GoogleStreetView : IJsonSerializable {

    }

    [SerializableAttribute]

    public class InMemoryMarkerOverlay : MarkerOverlay {

        [ObsoleteAttribute("This property is obsolete and might be removed in or after Version 10.0. Please pass in the columns through constructor if you need to. The internal logic is improved so a feature's column will be correctly consumed even if the InMemoryMarkerOverlay's Columns is empty. ")]

        public Collection<FeatureSourceColumn> Columns { get; }

    }

    [SerializableAttribute]

    public sealed class JsonMemberAttribute : Attribute {

    }

    [SerializableAttribute]

    public class LayerOverlay : Overlay, IRequireId, IJsonSerializable {

        public Int32 TransitionEffectDelayInMilliseconds { get; set; }

    }

    [SerializableAttribute]

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

        public RectangleShape MaxExtent { get; set; }

        String ICallbackEventHandler.GetCallbackResult();

        void ICallbackEventHandler.RaiseCallbackEvent(String eventArgument);

        Boolean IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection);

        void IPostBackDataHandler.RaisePostDataChangedEvent();

        void IPostBackEventHandler.RaisePostBackEvent(String eventArgument);

        void 8xU=(String 9BU=);

        Boolean CxY=(String DBY=, NameValueCollection DRY=);

        void EBY=();

        String HBY=();

        void HRY=(String HhY=);

    }

    [SerializableAttribute]

    public class MapClickedEventArgs : EventArgs {

    }

    [SerializableAttribute]

    public class MarkerDraggedEventArgs : EventArgs {

    }

    [SerializableAttribute]

    public abstract class MarkerOverlay : Overlay, IRequireId, IJsonSerializable {

    }

    [SerializableAttribute]

    public class MiniMapMapTool : MapTool, IJsonSerializable {

    }

    [SerializableAttribute]

    public class SingleThreadTileResource : IHttpHandler, IReadOnlySessionState, IRequiresSessionState {

    }

    [SerializableAttribute]

    public class WmsOverlay : Overlay, IRequireId, IJsonSerializable {

        public Int32 TransitionEffectDelayInMilliseconds { get; set; }

    }

    [SerializableAttribute]

    public class WmtsOverlay : Overlay, IRequireId, IJsonSerializable {

        public PointShape TileMatrixUpperLeftPoint { get; set; }

        public RectangleShape TileMatrixBoundingBox { get; set; }

    }

    [SerializableAttribute]

    public class WorldMapKitWmsWebOverlay : Overlay, IRequireId, IJsonSerializable {

        public Int32 TransitionEffectDelayInMilliseconds { get; set; }

        public WorldMapKitMapType MapType { get; set; }

    }

} //end of namespace ThinkGeo.MapSuite.WebEdition

{{page>Map_Suite_Services_Edition_Release_Change_Log_Version_9.0.0.0}}