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 the ordinary marker style.
The <strong>PointMarkerStyle</strong> contains the basic style for creating a marker such as a web image, popup and context menu. Use this style to create a batch of markers that all have the same appearance.
*System.Object ThinkGeo.MapSuite.MvcEdition.MarkerStyle *ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
PointMarkerStyle | Initialize an instance of the PointMarkerStyle class. | ||
PointMarkerStyle | WebImage | Initialize an instance of the PointMarkerStyle class. | |
PointMarkerStyle | WebImage, CustomPopup | Initialize an instance of the PointMarkerStyle class. | |
PointMarkerStyle | WebImage, CustomPopup, ContextMenu | Initialize an instance of the PointMarkerStyle class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetMarkers | IEnumerable<Feature> | MarkerStyle(overriden) | Returns a collection of markers that are created with specific styles from the features passed in. |
GetType | Object | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
GetContextMenusCore | MarkerStyle(overriden) | Gets a collection of context menus that are associated with the MarkerStyle. | |
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
ContextMenu | ContextMenu | Gets or sets a context menu object that displays when you right-click on the 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 popup object that displays when the mouse pointer is over a 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. | |
WebImage | WebImage | Gets or sets the small image that the marker displays as its icon. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initialize an instance of the PointMarkerStyle class.
Initialize an instance of the PointMarkerStyle class.
| Name | Type | Description |
|---|
Initialize an instance of the PointMarkerStyle class.
Initialize an instance of the PointMarkerStyle class.
| Name | Type | Description |
|---|---|---|
| webImage | WebImage<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> | The small image that the marker displays. |
Initialize an instance of the PointMarkerStyle class.
Initialize an instance of the PointMarkerStyle class.
| Name | Type | Description |
|---|---|---|
| webImage | WebImage<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> | The small image that the marker displays. |
| popup | CustomPopup<!– ThinkGeo.MapSuite.MvcEdition.CustomPopup –> | The popup window that appears when the mouse pointer is over the marker. |
Initialize an instance of the PointMarkerStyle class.
Initialize an instance of the PointMarkerStyle class.
| Name | Type | Description |
|---|---|---|
| webImage | WebImage<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> | The small image that the marker displays. |
| popup | CustomPopup<!– ThinkGeo.MapSuite.MvcEdition.CustomPopup –> | The popup window that appears when the mouse pointer is over the marker. |
| contextMenu | ContextMenu<!– ThinkGeo.MapSuite.MvcEdition.ContextMenu –> | The context menu that appears when you right-click on the marker. |
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Returns a collection of markers that are created with specific styles from the features passed in.
| Return Type | Description |
|---|---|
| Collection<Marker><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MvcEdition.Marker} –> |
| Name | Type | Description |
|---|---|---|
| features | IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> | A collection of features that the markers are created from. |
<!– ThinkGeo.MapSuite.MvcEdition.MarkerStyle(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> 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
Gets a collection of context menus that are associated with the MarkerStyle.
| Return Type | Description |
|---|---|
| GeoKeyedCollection<ContextMenu><!– ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection{ThinkGeo.MapSuite.MvcEdition.ContextMenu} –> | A collection of context menus that are associated with the MarkerStyle. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.MvcEdition.MarkerStyle(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets or sets a context menu object that displays when you right-click on the marker.
| Return Type |
|---|
| ContextMenu<!– ThinkGeo.MapSuite.MvcEdition.ContextMenu –> |
<!– ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle –> 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.PointMarkerStyle –> Go Back
Gets or sets the popup object that displays when the mouse pointer is over a marker.
| Return Type |
|---|
| CustomPopup<!– ThinkGeo.MapSuite.MvcEdition.CustomPopup –> |
<!– ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle –> 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.
The <strong>PopupDelay</strong> value is counted in milliseconds. If it is set to 500, the popup will display 500ms after the mouse pointer hovers over the marker.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle –> Go Back
Gets or sets the small image that the marker displays as its icon.
| Return Type |
|---|
| WebImage<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> |
<!– ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle –> 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.