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

TdxMapControlGeoPointCollection Class

A geographical point collection.

Declaration

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