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!
SilverlightEdition, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null
namespace ThinkGeo.MapSuite.SilverlightEdition {
public class DrawingAttributionOverlayEventArgs : EventArgs {
public DrawingAttributionOverlayEventArgs();
public DrawingAttributionOverlayEventArgs(GeoCanvas canvas, String attribution);
public Boolean Cancel { get; set; }
public GeoCanvas Canvas { get; set; }
public String Attribution { get; set; }
}
public class DrawnAttributionOverlayEventArgs : EventArgs {
public DrawnAttributionOverlayEventArgs();
public DrawnAttributionOverlayEventArgs(GeoCanvas canvas, String attribution);
public GeoCanvas Canvas { get; set; }
public String Attribution { get; set; }
}
public abstract class Overlay {
public String Attribution { get; set; }
public event EventHandler<DrawingAttributionOverlayEventArgs> DrawingAttribution;
public event EventHandler<DrawnAttributionOverlayEventArgs> DrawnAttribution;
protected virtual void DrawAttributionCore(GeoCanvas canvas);
protected virtual void OnDrawingAttribution(DrawingAttributionOverlayEventArgs args);
protected virtual void OnDrawnAttribution(DrawnAttributionOverlayEventArgs args);
}
public enum WorldMapKitLayerType {
Default,
OSMWorldMapKitLayer,
WorldMapKitLayer
}
public class WorldMapKitWmsSilverlightOverlay : Overlay {
public WorldMapKitWmsSilverlightOverlay(WorldMapKitLayerType layerType);
public WorldMapKitWmsSilverlightOverlay(WorldMapKitLayerType layerType, String clientId, String privateKey);
public WorldMapKitWmsSilverlightOverlay(String name, WorldMapKitLayerType layerType, String clientId, String privateKey);
public WorldMapKitLayerType LayerType { get; set; }
}
}
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.