User Tools

Site Tools


map_suite_silverlight_edition_release_change_log_version_8.0.0.0

Map Suite Silverlight Edition Release Change Log Version 8.0.0.0

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


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\SilverlightEdition\7.0.0.0\Managed Assemblies\client\SilverlightEdition.dll, Assembly Version=7.0.0.0, File Version=7.0.0.0

// Total number of old assemblies: 1


// New assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\SilverlightEdition\8.0.0.0\Managed Assemblies\client\SilverlightEdition.dll, Assembly Version=8.0.0.0, File Version=8.0.0.0

// Total number of new assemblies: 1


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

}


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

}

} // end of namespace ThinkGeo.MapSuite.SilverlightEdition


map_suite_silverlight_edition_release_change_log_version_8.0.0.0.txt · Last modified: 2015/09/09 08:17 by admin