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

TdxCustomMapItemLayer Class

The base class for item-based map layers.

Declaration

TdxCustomMapItemLayer = class(
    TdxMapLayer
)

Remarks

This class extends its ancestor class with the functionality that is specific to map layers that are designed to draw vector items on a map.

Do not use the TdxCustomMapItemLayer class directly. Use its descendants (TdxMapItemFileLayer and TdxMapItemLayer) instead.

See Also