Back to Devexpress

TdxMapControlGeoPointCollection Class

vcl-dxmapitem-b2441f18.md

latest1.3 KB
Original Source

TdxMapControlGeoPointCollection Class

A geographical point collection.

Declaration

delphi
TdxMapControlGeoPointCollection = class(
    TCollection
)

Remarks

The TdxMapControlGeoPointCollection class extends its ancestor with members that allow you to add and access geographical points (Add, AddRange, and Items).

The TdxMapCustomMultiPointItem.GeoPoints and TdxMapPathSegment.GeoPoints properties reference a TdxMapControlGeoPointCollection object.

Inheritance

TObject TPersistent TCollection TdxMapControlGeoPointCollection

See Also

TdxMapControlGeoPointCollection Members

dxMapItem Unit