Represents geographical coordinates (latitude and longitude). More...
#include <WeatherData.h>
Public Attributes | |
| double | latitude |
| The latitude coordinate (degrees, typically -90 to +90). | |
| double | longitude |
| The longitude coordinate (degrees, typically -180 to +180). | |
Represents geographical coordinates (latitude and longitude).
This structure is used to specify a point on the Earth's surface, typically used for identifying the location for which weather data is requested or provided.