longitude property
double
get
longitude
Geographical longitude coordinate in decimal degrees.
Represents the east-west position on Earth's surface using the WGS84 coordinate system. Positive values indicate eastern hemisphere locations, negative values indicate western hemisphere.
Valid range is -180.0 to +180.0 degrees. Values outside this range indicate invalid position data that should not be processed.
Returns
- double: Longitude in degrees (-180.0 to +180.0)
Implementation
double get longitude;