Table of Contents

ThinkGeo.MapSuite.WebEdition.PointMarkerStyle

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

Represents the ordinary marker style.

Inheritance Hierarchy

Members Summary

Public Constructors

PointMarkerStyle()

Remarks
Parameters

PointMarkerStyle(WebImage)

Remarks
Parameters

PointMarkerStyle(WebImage,CustomPopup)

Remarks
Parameters

PointMarkerStyle(WebImage,CustomPopup,ContextMenu)

Remarks
Parameters

Protected Constructors

Public Methods

GetMarkers(IEnumerable<Feature>)

Remarks
Return Value
Parameters

GetRequiredColumnNames()

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

GetContextMenusCore()

Remarks
Return Value
Parameters

GetRequiredColumnNamesCore()

Remarks
Return Value
Parameters

ZhQ=()

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

Popup

Gets or sets the popup object that displays when the mouse pointer is over a marker.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.29

Return Value

PopupDelay

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.

Remarks

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 Value

WebImage

Gets or sets the small image that the marker displays as its icon.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.29

Return Value

ContextMenu

Gets or sets a context menu object that displays when you right-click on the marker.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29

Return Value

Opacity

Gets or sets a float value between 0 and 1 that indicates the transparency level of the marker.

Remarks

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 Value

IsActive

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#IsActive

Return Value

RequiredColumnNames

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetRequiredColumnNames.28.29

Return Value

Protected Properties

Public Events