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
This is an old revision of the document!
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
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();
}
}
Beta Release date: 29/02/2012
Beta Release - No Changes