Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomMapItemLayer Class

The base class for item-based map layers.

#Declaration

Delphi
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