GeographicPositionPropertyLatitude Property
This is used to get or set the latitude as a floating point value
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public double Latitude { get; set; }
Public Property Latitude As Double
Get
Set
public:
property double Latitude {
double get ();
void set (double value);
}
member Latitude : float with get, set
Property Value
DoublePositive values indicate positions north of the equator. Negative values indicate positions
south of the equator.