Expand description
Re-exports§
Modules§
Structs§
- Conditions
- Format
Options - Format options to influence the text returned by the
gweather_*_to_string_full()`` functions. - Info
GWeatherInfoprovides a handy way to access weather conditions and forecasts from a [classGWeather], aggregating multiple different web services.- Location
- A
GWeatherLocationrepresents a “location” of some type known to libgweather; anything from a single weather station to the entire world. - Provider
Enums§
- Condition
Phenomenon - The current or forecasted significant phenomenon.
- Condition
Qualifier - An additional modifier applied to a
ConditionPhenomenonto describe the current or forecasted weather conditions. - Distance
Unit - The measure unit to use for sky visibility values, when retrieved
by
Info::value_visibility(). - Location
Level - The size/scope of a particular [class
GWeather]. - Pressure
Unit - The measure unit to use for atmospheric pressure values, when
retrieved by
Info::value_pressure(). - Sky
- The sky and cloud visibility. In general it is discouraged to
use this value directly to compute the forecast icon: applications
should instead use
Info::icon_name()orInfo::symbolic_icon_name(). - Speed
Unit - The measure unit to use for wind speed values, when retrieved by
Info::value_wind(). - Temperature
Unit - The measure unit to use for temperature values, when retrieved by
the
Info::value_temp()family of functions. - Wind
Direction - The direction of the prevailing wind. Composite values such as north-north-east indicate a direction between the two component value (north and north-east).