TdxMapControlGeoPointItem.Latitude Property
In This Article
Specifies the latitude of the geographical point, in degrees.
#Declaration
Delphi
property Latitude: Double read; write;
#Property Value
Type | Description |
---|---|
Double | A point latitude, in degrees. |
#Remarks
This property synchronizes its value with the GeoPoint.Latitude field.
See Also