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

TdxMapItem Class

A generic map item.

#Declaration

Delphi
TdxMapItem = class(
    TcxComponentCollectionItem
)

#Remarks

This is the base class for classes implementing various map items including:

Vector items are perfect for pinpointing specific locations on a map, while custom elements help you add image and text overlays. TdxMapItem implements the essential functionality that is common to all these map items, allowing you to:

See Also