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

TdxMapCustomMultiPointItem Class

The base class for map items specified by a collection of points.

#Declaration

Delphi
TdxMapCustomMultiPointItem = class(
    TdxMapItem
)

#Remarks

This class extends its ancestor with the GeoPoints property that allows you to manage a collection of points.

Do not use the TdxMapCustomMultiPointItem class directly. Use the following descendants instead:

See Also