Skip to main content

TdxMapControlGeoPointItem Class

Contains a geographical point.

Declaration

TdxMapControlGeoPointItem = class(
    TCollectionItem
)

Remarks

This class is a TdxMapControlGeoPoint wrapper.

The TdxMapControlGeoPointItem has members that allow you to position the geographical point (GeoPoint, Latitude, and Longitude).

The TdxMapControlGeoPointCollection.Items property references a TdxMapControlGeoPointItem object.

Inheritance

TObject
TPersistent
TCollectionItem
TdxMapControlGeoPointItem
See Also