Show / Hide Table of Contents

Class LookupCurrentConditionsRequest

The request definition of the air quality current conditions.

Inheritance
object
LookupCurrentConditionsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AirQuality.v1.Data
Assembly: Google.Apis.AirQuality.v1.dll
Syntax
public class LookupCurrentConditionsRequest : IDirectResponseSchema

Properties

CustomLocalAqis

Optional. Expresses a 'country/region to AQI' relationship. Pairs a country/region with a desired AQI so that air quality data that is required for that country/region will be displayed according to the chosen AQI. This parameter can be used to specify a non-default AQI for a given country, for example, to get the US EPA index for Canada rather than the default index for Canada.

Declaration
[JsonProperty("customLocalAqis")]
public virtual IList<CustomLocalAqi> CustomLocalAqis { get; set; }
Property Value
Type Description
IList<CustomLocalAqi>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExtraComputations

Optional. Additional features that can be optionally enabled. Specifying extra computations will result in the relevant elements and fields to be returned in the response.

Declaration
[JsonProperty("extraComputations")]
public virtual IList<string> ExtraComputations { get; set; }
Property Value
Type Description
IList<string>

LanguageCode

Optional. Allows the client to choose the language for the response. If data cannot be provided for that language the API uses the closest match. Allowed values rely on the IETF standard. Default value is en.

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

Location

Required. The longitude and latitude from which the API looks for air quality current conditions data.

Declaration
[JsonProperty("location")]
public virtual LatLng Location { get; set; }
Property Value
Type Description
LatLng

UaqiColorPalette

Optional. Determines the color palette used for data provided by the 'Universal Air Quality Index' (UAQI). This color palette is relevant just for UAQI, other AQIs have a predetermined color palette that can't be controlled.

Declaration
[JsonProperty("uaqiColorPalette")]
public virtual string UaqiColorPalette { get; set; }
Property Value
Type Description
string

UniversalAqi

Optional. If set to true, the Universal AQI will be included in the 'indexes' field of the response. Default value is true.

Declaration
[JsonProperty("universalAqi")]
public virtual bool? UniversalAqi { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX