ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Namespaces
New namespaces: 0
Types
Types added in new namespaces: 0
Types added to existing namespaces: 0
Total number of types added (in both new and existing namespaces): 0
Types removed from existing namespaces: 0
Members
Members added on new types: 0
Members added to existing types: 1
Members removed from existing types: 3
Members removed on removed types: 0
Attributes
Attributes added: 2
Attributes added and shown: 2
Attributes removed: 1
Attributes removed and shown: 1
Others
Parameter name changes: 0
SilverlightEdition, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null
namespace ThinkGeo.MapSuite.SilverlightEdition {
public class GoogleOverlay : WmsOverlay {
[ObsoleteAttribute("This constructor is obsolete, please use GoogleMapsLayer(String name, String clientId, String privateKey) instead. This API is obsolete and may be removed in or after version 9.0, because Google has asked us to remove these APIs as they were not the correct ways to call their service. The implementation of these APIs will now throw an exception if called. We are sorry for the inconvenience however the immediate changes were necessary.")]
public GoogleOverlay(String name, String apiKey);
[ObsoleteAttribute("This constructor is obsolete, please use clientId and privateKey instead. This API is obsolete and may be removed in or after version 9.0, because Google has asked us to remove these APIs as they were not the correct ways to call their service. The implementation of these APIs will now throw an exception if called. We are sorry for the inconvenience however the immediate changes were necessary.")]
public String ApiKey { get; set; }
}
public class InMemoryMarkerOverlay : MarkerOverlay {
[ObsoleteAttribute("This property is obsolete, please use FeatureSource.InternalFeatures instead. This API is obsolete and may be removed in or after Version 8.0.")]
public GeoCollection
}
public class WmsOverlay : Overlay {
public override void Refresh();
}
public class WmtsOverlay : Overlay {
[ObsoleteAttribute("This property is obsolete, please use ActiveStyleName instead. This API is obsolete and may be removed in or after Version 8.0.")]
public TileImageFormat Format { get; set; }
[ObsoleteAttribute("This property is obsolete, please use ActiveLayerName instead. This API is obsolete and may be removed in or after Version 8.0.")]
public String Layer { get; set; }
[ObsoleteAttribute("This property is obsolete, please use ActiveStyleName instead. This API is obsolete and may be removed in or after Version 8.0.")]
public String Style { get; set; }
}
}