Skip to main content

TdxMapItemLayer Class

An item layer.

Declaration

TdxMapItemLayer = class(
    TdxCustomMapItemLayer
)

Remarks

This class implements the item layer, a map layer that draws map items on a map. The class does not introduce any new functionality except for publishing properties and events inherited from its ancestor class. Refer to the TdxCustomMapItemLayer class description to learn more.

See Also