latitude property
Geographical latitude coordinate in decimal degrees.
Represents the north-south position on Earth's surface using the WGS84 coordinate system. Positive values indicate northern hemisphere locations, negative values indicate southern hemisphere.
Valid range is -90.0 to +90.0 degrees. Values outside this range indicate invalid position data that should not be processed.
Returns
- double: Latitude in degrees (-90.0 to +90.0)
Implementation
double get latitude;