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!
<!– Class –> Represents the popups that appear in a cloud (a.k.a. balloon) shape.
When you add a <strong>CloudPopup</strong> object to map, a cloud-shaped popup will be created at the client side.
You can put any HTML string in the <strong>ContentHtml</strong> property, which will be parsed and displayed in the popup.
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Initialize an instance of the CloudPopup class. | ||
![]() | String | Initialize an instance of the CloudPopup class with an Id string. | |
![]() | String, PointShape | Initialize an instance of the CloudPopup class with an Id string and the position. | |
![]() | String, PointShape, String | Initialize an instance of the CloudPopup class with an Id string, position and the content of the popup. | |
![]() | String, PointShape, String, Int32, Int32 | Initialize an instance of the CloudPopup class with Id string, position, popup content and size. | |
![]() | 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. | |
![]() | 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. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Popup | Creates a shallow copy of the current popup object. | |
![]() | Object | Object | |
![]() | String | Popup | |
![]() | Object | ||
![]() | Object | ||
![]() | Popup | Returns a JSON string which contains the popup's information and is used to create the popup at the client side. | |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Boolean | Popup | Gets or sets a value that indicates whether to pan the map to display the entire popup if the popup is not fully displayed. |
![]() | Boolean | Popup | Gets or sets a value that indicates whether the popup is automatically resized to fit its contents. |
![]() | String | Gets or sets the content HTML of the popup window. | |
![]() | Boolean | Popup | Gets or sets a value that indicates whether the popup window has a close button in the upper right corner. |
![]() | Int32 | Popup | Gets or sets the height of the popup. |
![]() | String | Popup | Gets the identifier by which you can find the popup. |
![]() | Boolean | Popup | Gets or sets a value that indicates whether the popup is visible on the map. |
![]() | Int32 | Popup | Gets or sets the popup's pixel offset in X direction. |
![]() | Int32 | Popup | Gets or sets the popup's pixel offset in Y direction. |
![]() | Single | Popup | Gets or sets the opacity level of the popup. |
![]() | PointShape | Popup | Gets or sets a point shape in world coordinates that represents the position of the popup. |
![]() | Int32 | Popup | Gets or sets the width of the popup. |
Name | Event Arguments | DeclaringType | Summary |
---|
Initialize an instance of the CloudPopup class.
Initialize an instance of the CloudPopup class.
Name | Type | Description |
---|
Initialize an instance of the CloudPopup class with an Id string.
Initialize an instance of the CloudPopup class.
Name | Type | Description |
---|---|---|
id | String<!– System.String –> | The identifier by which you can find the popup. |
Initialize an instance of the CloudPopup class with an Id string and the position.
Initialize an instance of the CloudPopup class.
Name | Type | Description |
---|---|---|
id | String<!– System.String –> | The identifier by which you can find the popup. |
position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | A point shape in world coordinates that indicates the position of the popup. |
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.
Name | Type | Description |
---|---|---|
id | String<!– System.String –> | The identifier by which you can find the popup. |
position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | A point shape in world coordinates that indicates the position of the popup. |
contentHtml | String<!– System.String –> | An HTML string rendered as the popup content. |
Initialize an instance of the CloudPopup class with Id string, position, popup content and size.
Initialize an instance of the CloudPopup class.
Name | Type | Description |
---|---|---|
id | String<!– System.String –> | The identifier by which you can find the popup. |
position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | A point shape in world coordinates that indicates the position of the popup. |
contentHtml | String<!– System.String –> | An HTML string rendered as the popup content. |
width | Int32<!– System.Int32 –> | An int value that indicates the popup's width. |
height | Int32<!– System.Int32 –> | An int value that indicates the popup's height. |
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.
Name | Type | Description |
---|---|---|
id | String<!– System.String –> | The identifier by which you can find the popup. |
position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | A point shape in world coordinates that indicates the position of the popup. |
contentHtml | String<!– System.String –> | An HTML string rendered as the popup content. |
width | Int32<!– System.Int32 –> | An int value that indicates the popup's width. |
height | Int32<!– System.Int32 –> | An int value that indicates the popup's height. |
autoPan | Boolean<!– System.Boolean –> | A boolean value indicating 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'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.
Name | Type | Description |
---|---|---|
id | String<!– System.String –> | The identifier by which you can find the popup. |
position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | A point shape in world coordinates that indicates the position of the popup. |
contentHtml | String<!– System.String –> | An HTML string rendered as the popup content. |
width | Int32<!– System.Int32 –> | An int value that indicates the popup's width. |
height | Int32<!– System.Int32 –> | An int value that indicates the popup's height. |
autoPan | Boolean<!– System.Boolean –> | A boolean value indicating whether to pan the map if necessary to show the full popup. |
hasCloseButton | Boolean<!– System.Boolean –> | A boolean value indicating whether the popup should have a close button. |
Creates a shallow copy of the current popup object.
Return Type | Description |
---|---|
Popup<!– ThinkGeo.MapSuite.MvcEdition.Popup –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
jsonString | String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Returns a JSON string which contains the popup's information and is used to create the popup at the client side.
Return Type | Description |
---|---|
String<!– System.String –> | A string that is used to create the popup at the client side. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets a value that indicates whether to pan the map to display the entire popup if the popup is not fully displayed.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets a value that indicates whether the popup is automatically resized to fit its contents.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the content HTML of the popup window.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.CloudPopup –> Go Back
Gets or sets a value that indicates whether the popup window has a close button in the upper right corner.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the height of the popup.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets the identifier by which you can find the popup.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets a value that indicates whether the popup is visible on the map.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the popup's pixel offset in X direction.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the popup's pixel offset in Y direction.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the opacity level of the popup.
The <strong>Opacity</strong> property enables you to specify a level of transparency for the popup. When this property is set to a value less than 100 percent (1.00), the entire popup (including its content) is made more transparent. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the popup completely invisible.
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets a point shape in world coordinates that represents the position of the popup.
Return Type |
---|
PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the width of the popup.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets a string that represents the type of the Popup object.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup(overriden) –> Go Back