ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
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.WebEdition.MarkerStyle *ThinkGeo.MapSuite.WebEdition.PointMarkerStyle
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Initialize an instance of the PointMarkerStyle class. | ||
![]() | WebImage | Initialize an instance of the PointMarkerStyle class. | |
![]() | WebImage, CustomPopup | Initialize an instance of the PointMarkerStyle class. | |
![]() | WebImage, CustomPopup, ContextMenu | Initialize an instance of the PointMarkerStyle class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | IEnumerable<Feature> | MarkerStyle(overriden) | Returns a collection of markers that are created with specific styles from the features passed in. |
![]() | MarkerStyle | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | MarkerStyle(overriden) | Gets a collection of context menus that are associated with the MarkerStyle. | |
![]() | MarkerStyle | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | ContextMenu | Gets or sets a context menu object that displays when you right-click on the marker. | |
![]() | Boolean | MarkerStyle | |
![]() | Single | Gets or sets a float value between 0 and 1 that indicates the transparency level of the marker. | |
![]() | CustomPopup | Gets or sets the popup object that displays when the mouse pointer is over a marker. | |
![]() | 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. | |
![]() | Collection<String> | MarkerStyle | |
![]() | 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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28.29</a>
Name | Type | Description |
---|
Initialize an instance of the PointMarkerStyle class.
Initialize an instance of the PointMarkerStyle class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.29</a>
Name | Type | Description |
---|---|---|
webImage | WebImage<!– ThinkGeo.MapSuite.WebEdition.WebImage –> | The small image that the marker displays. |
Initialize an instance of the PointMarkerStyle class.
Initialize an instance of the PointMarkerStyle class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.29</a>
Name | Type | Description |
---|---|---|
webImage | WebImage<!– ThinkGeo.MapSuite.WebEdition.WebImage –> | The small image that the marker displays. |
popup | CustomPopup<!– ThinkGeo.MapSuite.WebEdition.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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29</a>
Name | Type | Description |
---|---|---|
webImage | WebImage<!– ThinkGeo.MapSuite.WebEdition.WebImage –> | The small image that the marker displays. |
popup | CustomPopup<!– ThinkGeo.MapSuite.WebEdition.CustomPopup –> | The popup window that appears when the mouse pointer is over the marker. |
contextMenu | ContextMenu<!– ThinkGeo.MapSuite.WebEdition.ContextMenu –> | The context menu that appears when you right-click on the marker. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#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.PointMarkerStyle#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetHashCode.28.29</a>
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.
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Collection<Marker><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WebEdition.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.WebEdition.MarkerStyle(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetRequiredColumnNames.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetRequiredColumnNames.28.29</a>
Return Type | Description |
---|---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WebEdition.MarkerStyle –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetType.28.29</a>
Return Type | Description |
---|---|
Type<!– System.Type –> |
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.PointMarkerStyle#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#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.PointMarkerStyle#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#Finalize.28.29</a>
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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetContextMenusCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetContextMenusCore.28.29</a>
Return Type | Description |
---|---|
GeoKeyedCollection<ContextMenu><!– ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection{ThinkGeo.MapSuite.WebEdition.ContextMenu} –> | A collection of context menus that are associated with the MarkerStyle. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WebEdition.MarkerStyle(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetRequiredColumnNamesCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetRequiredColumnNamesCore.28.29</a>
Return Type | Description |
---|---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WebEdition.MarkerStyle –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#MemberwiseClone.28.29</a>
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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29</a>
Return Type |
---|
ContextMenu<!– ThinkGeo.MapSuite.WebEdition.ContextMenu –> |
<!– ThinkGeo.MapSuite.WebEdition.PointMarkerStyle –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#IsActive” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#IsActive</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WebEdition.MarkerStyle –> 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.PointMarkerStyle –> Go Back
Gets or sets the popup object that displays when the mouse pointer is over a marker.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.29</a>
Return Type |
---|
CustomPopup<!– ThinkGeo.MapSuite.WebEdition.CustomPopup –> |
<!– ThinkGeo.MapSuite.WebEdition.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.WebEdition.PointMarkerStyle –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetRequiredColumnNames.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetRequiredColumnNames.28.29</a>
Return Type |
---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
<!– ThinkGeo.MapSuite.WebEdition.MarkerStyle –> Go Back
Gets or sets the small image that the marker displays as its icon.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.29</a>
Return Type |
---|
WebImage<!– ThinkGeo.MapSuite.WebEdition.WebImage –> |
<!– ThinkGeo.MapSuite.WebEdition.PointMarkerStyle –> Go Back