Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> Represents a small icon on the map that is used for marking a point.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker</a>
*System.Object **ThinkGeo.MapSuite.WebEdition.Marker
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Marker | Initialize a new instance of the Marker class. | ||
Marker | WebImage | Initialize a new instance of the Marker class. | |
Marker | Double, Double | Initialize a new instance of the Marker class. | |
Marker | Double, Double, WebImage | Initialize a new instance of the Marker class. | |
Marker | PointShape | Initialize a new instance of the Marker class. | |
Marker | PointShape, WebImage | Initialize a new instance of the Marker class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToJson | Returns a JSON string that contains the information for creating a marker at the client side. | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
ContextMenu | ContextMenu | Gets or sets the shortcut menu associated with the marker. | |
Id | String | 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. | |
IsVisible | Boolean | This property gets or sets the visibily of marker. | |
Opacity | Single | Gets or sets a float value between 0 and 1 that indicates the transparency level of the marker. | |
Popup | CustomPopup | Gets or sets the shortcut menu associated with the marker. | |
PopupDelay | Int32 | 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. | |
Position | PointShape | Gets or sets a PointShape object that represents the current location of the marker. | |
WebImage | WebImage | Gets or sets a GeoIcon object that determines the appearance of the marker. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initialize a new instance of the Marker class.
Initialize a new instance of the Marker class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28.29</a>
| Name | Type | Description |
|---|
Initialize a new instance of the Marker class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28WebImage.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28WebImage.29</a>
| Name | Type | Description |
|---|---|---|
| webImage | WebImage<!– ThinkGeo.MapSuite.WebEdition.WebImage –> | The icon for the marker. |
Initialize a new instance of the Marker class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28Double.2C_Double.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28Double.2C_Double.29</a>
| Name | Type | Description |
|---|---|---|
| x | Double<!– System.Double –> | The X coordinate of the marker. |
| y | Double<!– System.Double –> | The Y coordinate of the marker. |
Initialize a new instance of the Marker class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28Double.2C_Double.2C_WebImage.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28Double.2C_Double.2C_WebImage.29</a>
| Name | Type | Description |
|---|---|---|
| x | Double<!– System.Double –> | The X coordinate of the marker. |
| y | Double<!– System.Double –> | The Y coordinate of the marker. |
| webImage | WebImage<!– ThinkGeo.MapSuite.WebEdition.WebImage –> | The icon for the marker. |
Initialize a new instance of the Marker class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28PointShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28PointShape.29</a>
| Name | Type | Description |
|---|---|---|
| position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | The position of the marker. |
Initialize a new instance of the Marker class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28PointShape.2C_WebImage.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28PointShape.2C_WebImage.29</a>
| Name | Type | Description |
|---|---|---|
| position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | The position of the marker. |
| webImage | WebImage<!– ThinkGeo.MapSuite.WebEdition.WebImage –> | The icon for the marker. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Equals.28Object.29</a>
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#GetHashCode.28.29</a>
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#GetType.28.29</a>
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Returns a JSON string that contains the information for creating a marker at the client side.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#ToJson.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#ToJson.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> | A JSON string that is used to create a marker at the client side. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.WebEdition.Marker –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#ToString.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Finalize.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#MemberwiseClone.28.29</a>
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets or sets the shortcut menu associated with the marker.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#ContextMenu” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#ContextMenu</a>
| Return Type |
|---|
| ContextMenu<!– ThinkGeo.MapSuite.WebEdition.ContextMenu –> |
<!– ThinkGeo.MapSuite.WebEdition.Marker –> Go Back
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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Id” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Id</a>
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WebEdition.Marker –> Go Back
This property gets or sets the visibily of marker.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#IsVisible” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#IsVisible</a>
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WebEdition.Marker –> Go Back
Gets or sets a float value between 0 and 1 that indicates the transparency level of the marker.
The <strong>Opacity</strong> 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 Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.WebEdition.Marker –> Go Back
Gets or sets the shortcut menu associated with the marker.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Popup” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Popup</a>
| Return Type |
|---|
| CustomPopup<!– ThinkGeo.MapSuite.WebEdition.CustomPopup –> |
<!– ThinkGeo.MapSuite.WebEdition.Marker –> Go Back
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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#PopupDelay” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#PopupDelay</a>
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WebEdition.Marker –> Go Back
Gets or sets a PointShape object that represents the current location of the marker.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Position” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Position</a>
| Return Type |
|---|
| PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> |
<!– ThinkGeo.MapSuite.WebEdition.Marker –> Go Back
Gets or sets a GeoIcon object that determines the appearance of the marker.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28WebImage.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Marker#Marker.28WebImage.29</a>
| Return Type |
|---|
| WebImage<!– ThinkGeo.MapSuite.WebEdition.WebImage –> |
<!– ThinkGeo.MapSuite.WebEdition.Marker –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.