Skip to main content

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