Map Suite Desktop Edition Release Change Log Version 5.5.0.0

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


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\DesktopEdition\5.0.0.55\Desktop Edition\DesktopEdition.dll, Assembly Version=5.0.0.0, File Version=5.0.0.55

// Total number of old assemblies: 1


// New assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\DesktopEdition\5.5.0.0\Desktop Edition\DesktopEdition.dll, Assembly Version=5.5.0.0, File Version=5.5.0.0

// Total number of new assemblies: 1


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 PrinterLayers { get; }

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);

}

} // end of namespace ThinkGeo.MapSuite.DesktopEdition