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

TdxMapPushpin Class

A map pushpin.

Declaration

TdxMapPushpin = class(
    TdxMapPointer
)

Remarks

The TdxMapPushpin 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 TdxMapPushpin class to create a map pushpin.

Note

If you want to place a dot without text, use the TdxMapDot class instead.

See Also