TdxMapControlGeoLocation Class
In This Article
Contains a geographical point.
#Declaration
Delphi
TdxMapControlGeoLocation = class(
TcxOwnedPersistent
)
#Remarks
This class is a TdxMapControlGeoPoint wrapper. It provides the properties to access a TdxMapControlGeoPoint record instance and its fields, and the OnChanged event to track changes made to these properties.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxMapControlGeoLocation
See Also