This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.cloudpopup [2015/09/21 03:32] admin |
thinkgeo.mapsuite.mvcedition.cloudpopup [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MvcEdition.CloudPopup ====== | ====== ThinkGeo.MapSuite.MvcEdition.CloudPopup ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
Represents the popups that appear in a cloud (a.k.a. balloon) shape. | Represents the popups that appear in a cloud (a.k.a. balloon) shape. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} CloudPopup() ** | ** {{wiki:PublicMethod.gif|}} CloudPopup() ** | ||
- | Initialize an instance of the CloudPopup class. | + | * //Initialize an instance of the CloudPopup class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} CloudPopup(String) ** | ** {{wiki:PublicMethod.gif|}} CloudPopup(String) ** | ||
- | Initialize an instance of the CloudPopup class with an Id string. | + | * //Initialize an instance of the CloudPopup class with an Id string.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 27: | Line 30: | ||
** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape) ** | ** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape) ** | ||
- | Initialize an instance of the CloudPopup class with an Id string and the position. | + | * //Initialize an instance of the CloudPopup class with an Id string and the position.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 42: | Line 45: | ||
** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String) ** | ** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String) ** | ||
- | Initialize an instance of the CloudPopup class with an Id string, position and the content of the popup. | + | * //Initialize an instance of the CloudPopup class with an Id string, position and the content of the popup.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 61: | Line 64: | ||
** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String,Int32,Int32) ** | ** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String,Int32,Int32) ** | ||
- | Initialize an instance of the CloudPopup class with Id string, position, popup content and size. | + | * //Initialize an instance of the CloudPopup class with Id string, position, popup content and size.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 88: | Line 91: | ||
** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String,Int32,Int32,Boolean) ** | ** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String,Int32,Int32,Boolean) ** | ||
- | Initialize an instance of the CloudPopup class with an Id string, position, popup content, popup size and a boolean value that determines whether to pan the map if necessary to show the full popup. | + | * //Initialize an instance of the CloudPopup class with an Id string, position, popup content, popup size and a boolean value that determines whether to pan the map if necessary to show the full popup.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 119: | Line 122: | ||
** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String,Int32,Int32,Boolean,Boolean) ** | ** {{wiki:PublicMethod.gif|}} CloudPopup(String,PointShape,String,Int32,Int32,Boolean,Boolean) ** | ||
- | Initialize an instance of the CloudPopup class with an Id string, position, popup's content, popup size, a boolean value for whether to pan the map to show the popup, and a boolean value for whether to have a close button on the popup. | + | * //Initialize an instance of the CloudPopup class with an Id string, position, popup's content, popup size, a boolean value for whether to pan the map to show the popup, and a boolean value for whether to have a close button on the popup.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 156: | Line 159: | ||
** {{wiki:PublicMethod.gif|}} CloneShallow() ** | ** {{wiki:PublicMethod.gif|}} CloneShallow() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 168: | Line 171: | ||
** {{wiki:PublicMethod.gif|}} ToJson() ** | ** {{wiki:PublicMethod.gif|}} ToJson() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 180: | Line 183: | ||
** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 196: | Line 199: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 208: | Line 211: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 224: | Line 227: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 236: | Line 239: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 249: | Line 252: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 261: | Line 264: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == |