TdxMapControlGeoPointItem.GeoPoint Property
In This Article
Specifies a geographical point.
#Declaration
Delphi
property GeoPoint: TdxMapControlGeoPoint read; write;
#Property Value
Type | Description |
---|---|
Tdx |
A geographical point on a map. |
#Remarks
The Latitude and Longitude properties provide access to the corresponding fields of a TdxMapControlGeoPoint record instance assigned to the GeoPoint property.
See Also