TdxMapControlGeoPointItem Class
In This Article
Contains a geographical point.
#Declaration
Delphi
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