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
Release date: 11/14/2011
Namespaces
New namespaces: 0
Types
Types added in new namespaces: 0
Types added to existing namespaces: 1
Total number of types added (in both new and existing namespaces): 1
Types removed from existing namespaces: 0
Members
Members added on new types: 11
Members added to existing types: 0
Members removed from existing types: 2
Members removed on removed types: 0
Attributes
Attributes added: 0
Attributes added and shown: 0
Attributes removed: 0
Attributes removed and shown: 0
Others
Parameter name changes: 0
DesktopEdition, Version=5.5.0.0, Culture=neutral, PublicKeyToken=null
namespace ThinkGeo.MapSuite.DesktopEdition {
[SerializableAttribute]
public class GoogleMapsOverlay : Overlay, IDisposable {
[ObsoleteAttribute("License key is not required for GoogleMap free edition anymore. This API is obsolete and may be removed on or after May 1st 2011.")]
public GoogleMapsOverlay(String licenseKey);
[ObsoleteAttribute("License key is not required for GoogleMap free edition anymore. This API is obsolete and may be removed on or after May 1st 2011.")]
public String LicenseKey { get; set; }
}
[SerializableAttribute]
public class PrinterInteractiveOverLay : InteractiveOverlay {
public PrinterInteractiveOverLay();
public AreaStyle EditMask { get; set; }
public Boolean IsEditable { get; set; }
public override Boolean IsEmpty { get; }
public GeoCollection
public PointStyle ControlPointStyle { get; set; }
protected override void DrawCore(GeoCanvas canvas);
protected override InteractiveResult MouseClickCore(InteractionArguments interactionArguments);
protected override InteractiveResult MouseDownCore(InteractionArguments interactionArguments);
protected override InteractiveResult MouseMoveCore(InteractionArguments interactionArguments);
protected override InteractiveResult MouseUpCore(InteractionArguments interactionArguments);
}
}