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

TdxMapCustomMultiPointItem Class

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

Declaration

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