User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.marker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.mvcedition.marker [2015/09/22 08:35]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.Marker ====== 
-Represents a small icon on the map that is used for marking a point. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.MvcEdition.Marker** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} Marker() ** 
- 
-  * //​Initialize a new instance of the Marker class.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Marker(WebImage) ** 
- 
-  * //​Initialize a new instance of the Marker class.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​webImage//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] 
-    * Description:​The icon for the marker. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Marker(Double,​Double) ** 
- 
-  * //​Initialize a new instance of the Marker class.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //x// 
-    * Type:Double 
-    * Description:​The X coordinate of the marker. 
- 
-  * //y// 
-    * Type:Double 
-    * Description:​The Y coordinate of the marker. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Marker(Double,​Double,​WebImage) ** 
- 
-  * //​Initialize a new instance of the Marker class.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //x// 
-    * Type:Double 
-    * Description:​The X coordinate of the marker. 
- 
-  * //y// 
-    * Type:Double 
-    * Description:​The Y coordinate of the marker. 
- 
-  * //​webImage//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] 
-    * Description:​The icon for the marker. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Marker(PointShape) ** 
- 
-  * //​Initialize a new instance of the Marker class.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​position//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​The position of the marker. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Marker(PointShape,​WebImage) ** 
- 
-  * //​Initialize a new instance of the Marker class.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​position//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​The position of the marker. 
- 
-  * //​webImage//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] 
-    * Description:​The icon for the marker. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToJson() ** 
- 
-  * //Returns a JSON string that contains the information for creating a marker at the client side.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​A JSON string that is used to create a marker at the client side. 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} FromJson(String) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​jsonString//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} ContextMenu ** 
- 
-Gets or sets the shortcut menu associated with the marker. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]] 
- 
-** {{wiki:​PublicProperty.gif|}} Popup ** 
- 
-Gets or sets the shortcut menu associated with the marker. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.CustomPopup|CustomPopup]] 
- 
-** {{wiki:​PublicProperty.gif|}} PopupDelay ** 
- 
-Gets or sets a value indicating the interval that should elapse between when the mouse moves over the marker and when its popup window displays. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} Position ** 
- 
-Gets or sets a PointShape object that represents the current location of the marker. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} WebImage ** 
- 
-Gets or sets a GeoIcon object that determines the appearance of the marker. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] 
- 
-** {{wiki:​PublicProperty.gif|}} Opacity ** 
- 
-Gets or sets a float value between 0 and 1 that indicates the transparency level of the marker. 
-== Remarks == 
-The Opacity property enables you to specify a level of transparency for the marker. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the marker completely invisible. 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} Id ** 
- 
-Gets or sets a string that represents the unique identifier for this marker. When you add marker into markers collection, it's also the key to find it back, Marker is a virtual control, and we don't allowed to add the same marker in this collection for many times like normal controls. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} IsVisible ** 
- 
-This property gets or sets the visibily of marker. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.mvcedition.marker.1442910918.txt.gz ยท Last modified: 2015/09/22 08:35 by admin