TdxMapControlGeoPointItem.GeoPoint Property
Specifies a geographical point.
Declaration
property GeoPoint: TdxMapControlGeoPoint read; write;
Property Value
| Type | Description |
|---|---|
| TdxMapControlGeoPoint | 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