Back to Devexpress

TdxMapDot Class

vcl-dxmapitem-4d1f857f.md

latest2.0 KB
Original Source

TdxMapDot Class

A map dot.

Declaration

delphi
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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxMapItem TdxMapSinglePointItem TdxMapDot

See Also

TdxMapDot Members

dxMapItem Unit