TdxMapDot Class
A map dot.
Declaration
TdxMapDot = class(
TdxMapSinglePointItem
)
Remarks
The TdxMapDot class has members that allow you to do the following:
Position the dot on a map (Location).
Adjust the dot size (Size).
Select the dot shape (ShapeKind).
Switch the map dot’s visibility and selected state (Visible and Selected).
Specify the hint message or ScreenTip for the map dot (Hint and ScreenTip).
Assign appearance settings for various states (Style, StyleHot, and StyleSelected).
Store arbitrary data with the map dot (Attributes).
Tip
Call a map item layer‘s AddItem function and pass a reference to the TdxMapDot class to create a map dot.
Note
If you want to place a marker with text, use the TdxMapPushpin class instead.
Inheritance
See Also