User Tools

Site Tools


map_suite_silverlight_edition_release_change_log_version_8.0.0.160

This is an old revision of the document!


Map_Suite_Silverlight_Edition_Release_Change_Log_Version_8.0.0.160

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'><b>SilverlightEdition, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null</b></p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>namespace <b>ThinkGeo.MapSuite.SilverlightEdition</b> {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    public class <b>DrawingAttributionOverlayEventArgs : </b> EventArgs {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>DrawingAttributionOverlayEventArgs</b>();</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>DrawingAttributionOverlayEventArgs</b>(GeoCanvas <b>canvas</b>, String <b>attribution</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public Boolean <b>Cancel</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public GeoCanvas <b>Canvas</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public String <b>Attribution</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    public class <b>DrawnAttributionOverlayEventArgs : </b> EventArgs {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>DrawnAttributionOverlayEventArgs</b>();</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>DrawnAttributionOverlayEventArgs</b>(GeoCanvas <b>canvas</b>, String <b>attribution</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public GeoCanvas <b>Canvas</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public String <b>Attribution</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    public abstract class <b>Overlay</b> {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public String <b>Attribution</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public event EventHandler&lt;DrawingAttributionOverlayEventArgs&gt; <b>DrawingAttribution</b>;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public event EventHandler&lt;DrawnAttributionOverlayEventArgs&gt; <b>DrawnAttribution</b>;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        protected virtual void <b>DrawAttributionCore</b>(GeoCanvas <b>canvas</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        protected virtual void <b>OnDrawingAttribution</b>(DrawingAttributionOverlayEventArgs <b>args</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        protected virtual void <b>OnDrawnAttribution</b>(DrawnAttributionOverlayEventArgs <b>args</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    public enum <b>WorldMapKitLayerType</b> {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        <b>Default</b>,</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        <b>OSMWorldMapKitLayer</b>,</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        <b>WorldMapKitLayer</b></p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    public class <b>WorldMapKitWmsSilverlightOverlay : </b> Overlay {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>WorldMapKitWmsSilverlightOverlay</b>(WorldMapKitLayerType <b>layerType</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>WorldMapKitWmsSilverlightOverlay</b>(WorldMapKitLayerType <b>layerType</b>, String <b>clientId</b>, String <b>privateKey</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>WorldMapKitWmsSilverlightOverlay</b>(String <b>name</b>, WorldMapKitLayerType <b>layerType</b>, String <b>clientId</b>, String <b>privateKey</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public WorldMapKitLayerType <b>LayerType</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>} //end of namespace ThinkGeo.MapSuite.SilverlightEdition</p>

map_suite_silverlight_edition_release_change_log_version_8.0.0.160.1440040124.txt.gz · Last modified: 2015/09/09 08:18 (external edit)