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

TdxMapCustomElement Class

A custom map item.

Declaration

TdxMapCustomElement = class(
    TdxMapPointer
)

Remarks

The TdxMapCustomElement 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 TdxMapCustomElement class to create a custom map element.

Note

If you want to place a marker without an image, use the TdxMapDot or TdxMapPushpin classes instead.

See Also