Marker Class |
The Marker type exposes the following members.
| Name | Description | |
|---|---|---|
| Draggable | To allow users to drag a marker to a different location on the map, set this property to true. | |
| Icon | Custom marker icon. Leave it blank for default icon. | |
| Label | Label of the marker. | |
| Name | Name of the marker. Must be unique! | |
| Popup | Popup for the marker. | |
| PopupBackgroundColor | Background color of the popup text. | |
| PopupFontSize | Font size of the popup text. | |
| PopupFontStyle | Font style of the popup. | |
| Position | Position of the marker. | |
| Size | Size of the marker. (e.g. 16x16 = 16). It is used for OSM. The default value is 16. | |
| Text | Obsolete. Obsolete. Use Label instead. | |
| TextColor | Color of the label. | |
| TextFontSize | Font size of the label. | |
| TextWidth | Obsolete. Obsolete. | |
| Title | Title (tooltip) of the marker hover. | |
| Visible | Indicates if the marker is visible. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| MarkerClicked | Occurs when the marker is clicked. | |
| MarkerDoubleClicked | Occurs when the marker is double clicked. | |
| MarkerRightClicked | Occurs when the marker is right clicked. |