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.
*System.Object **ThinkGeo.MapSuite.MvcEdition.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 |
|---|---|---|---|
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.
| Name | Type | Description |
|---|
Initialize a new instance of the Marker class.
| Name | Type | Description |
|---|---|---|
| webImage | WebImage<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> | The icon for the marker. |
Initialize a new instance of the Marker class.
| 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.
| 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.MvcEdition.WebImage –> | The icon for the marker. |
Initialize a new instance of the Marker class.
| Name | Type | Description |
|---|---|---|
| position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | The position of the marker. |
Initialize a new instance of the Marker class.
| Name | Type | Description |
|---|---|---|
| position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | The position of the marker. |
| webImage | WebImage<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> | The icon for the marker. |
| 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.Marker –> 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 that contains the information for creating a marker at the client side.
| 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.MvcEdition.Marker –> 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 the shortcut menu associated with the marker.
| Return Type |
|---|
| ContextMenu<!– ThinkGeo.MapSuite.MvcEdition.ContextMenu –> |
<!– ThinkGeo.MapSuite.MvcEdition.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.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.Marker –> Go Back
This property gets or sets the visibily of marker.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.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.MvcEdition.Marker –> Go Back
Gets or sets the shortcut menu associated with the marker.
| Return Type |
|---|
| CustomPopup<!– ThinkGeo.MapSuite.MvcEdition.CustomPopup –> |
<!– ThinkGeo.MapSuite.MvcEdition.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.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.Marker –> Go Back
Gets or sets a PointShape object that represents the current location of the marker.
| Return Type |
|---|
| PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> |
<!– ThinkGeo.MapSuite.MvcEdition.Marker –> Go Back
Gets or sets a GeoIcon object that determines the appearance of the marker.
| Return Type |
|---|
| WebImage<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> |
<!– ThinkGeo.MapSuite.MvcEdition.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.