Struct AirQuality
Data class that holds air quality data
Inherited Members
Namespace: WeatherAPI_CSharp
Assembly: WeatherAPI-CSharp.dll
Syntax
public readonly struct AirQuality
Properties
| Edit this page View SourceCO
Declaration
public float CO { get; }
Property Value
Type | Description |
---|---|
float | Carbon Monoxide (μg/m3) |
GbDefraIndex
Declaration
public int GbDefraIndex { get; }
Property Value
Type | Description |
---|---|
int | UK Defra Index |
GbIndexMeaning
Declaration
public string GbIndexMeaning { get; }
Property Value
Type | Description |
---|---|
string | UK Defra Index Meaning |
NO2
Declaration
public float NO2 { get; }
Property Value
Type | Description |
---|---|
float | Nitrogen dioxide (μg/m3) |
O3
Declaration
public float O3 { get; }
Property Value
Type | Description |
---|---|
float | Ozone (μg/m3) |
PM10
Declaration
public float PM10 { get; }
Property Value
Type | Description |
---|---|
float | PM10 (μg/m3) |
PM25
Declaration
public float PM25 { get; }
Property Value
Type | Description |
---|---|
float | PM2.5 (μg/m3) |
SO2
Declaration
public float SO2 { get; }
Property Value
Type | Description |
---|---|
float | Sulphur dioxide (μg/m3) |
UsEpaIndex
Declaration
public int UsEpaIndex { get; }
Property Value
Type | Description |
---|---|
int | US - EPA standard |
UsIndexMeaning
Declaration
public string UsIndexMeaning { get; }
Property Value
Type | Description |
---|---|
string | US - EPA standard Meaning |
Valid
Declaration
public bool Valid { get; }
Property Value
Type | Description |
---|---|
bool | Whether or not the air quality request was successfull |