Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<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'> </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'> </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'> </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'> </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'> </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'> </p>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'> public event EventHandler<DrawingAttributionOverlayEventArgs> <b>DrawingAttribution</b>;</p>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'> public event EventHandler<DrawnAttributionOverlayEventArgs> <b>DrawnAttribution</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'> 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'> </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'> </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'> </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>
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.