User Tools

Site Tools


map_suite_mvc_edition_release_change_log_version_6.0.0.0

Map Suite Mvc Edition Release Change Log Version 6.0.0.0

Release date: 05/14/2012

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: 8

Members added to existing types: 5

Members removed from existing types: 0

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\MvcEdition\5.5.109.0\Mvc Edition\MvcEdition.dll, Assembly Version=5.0.0.0, File Version=5.5.109.0

// Total number of old assemblies: 1


// New assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\MvcEdition\6.0.0.0\Mvc Edition\MvcEdition.dll, Assembly Version=6.0.0.0, File Version=6.0.0.0

// Total number of new assemblies: 1


MvcEdition, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null


namespace ThinkGeo.MapSuite.MvcEdition {

[[SerializableAttribute]]

public class GoogleOverlay : Overlay, IRequireId, IJsonSerialization {

[[JsonMemberAttribute(MemberName="centerOnStreetView")]]

public Boolean CenterOnStreetView {

[[CompilerGeneratedAttribute]]

get;

[[CompilerGeneratedAttribute]]

set;

}

[[JsonMemberAttribute(MemberName="traf")]]

public Boolean TrafficEnabled {

[[CompilerGeneratedAttribute]]

get;

[[CompilerGeneratedAttribute]]

set;

}

[[JsonMemberAttribute(MemberName="sv")]]

public GoogleStreetView GoogleStreetView { get; set; }

}


[[SerializableAttribute]]

public class GoogleOverlaySetting : OverlaySetting {

public GoogleOverlaySetting GoogleStreetView(GoogleStreetView streetView);

public GoogleOverlaySetting TrafficEnabled(Boolean enabled);

}


[[SerializableAttribute]]

public class GoogleStreetView : IJsonSerialization {

public GoogleStreetView(PointShape position);

public GoogleStreetView(PointShape position, Int32 width, Int32 height);


[[JsonMemberAttribute(MemberName="enabled")]]

public Boolean Enabled {

[[CompilerGeneratedAttribute]]

get;

[[CompilerGeneratedAttribute]]

set;

}

[[JsonMemberAttribute(MemberName="h")]]

public Int32 Height {

[[CompilerGeneratedAttribute]]

get;

[[CompilerGeneratedAttribute]]

set;

}

[[JsonMemberAttribute(MemberName="w")]]

public Int32 Width {

[[CompilerGeneratedAttribute]]

get;

[[CompilerGeneratedAttribute]]

set;

}

[[JsonMemberAttribute(MemberName="point")]]

public PointShape Position {

[[CompilerGeneratedAttribute]]

get;

[[CompilerGeneratedAttribute]]

set;

}


public void FromJson(String jsonString);

public String ToJson();

}

} // end of namespace ThinkGeo.MapSuite.MvcEdition


map_suite_mvc_edition_release_change_log_version_6.0.0.0.txt · Last modified: 2015/09/01 07:50 by admin