Skip to main content
A newer version of this page is available. .

TdxMapDot Class

A map dot.

Declaration

TdxMapDot = class(
    TdxMapSinglePointItem
)

Remarks

The TdxMapDot class has members that allow you to do the following:

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.

See Also