Enum MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest.MapTypeEnum
Required. The type of the air quality heatmap. Defines the pollutant that the map will graphically represent. Allowed values: - UAQI_RED_GREEN (UAQI, red-green palette) - UAQI_INDIGO_PERSIAN (UAQI, indigo-persian palette) - PM25_INDIGO_PERSIAN - GBR_DEFRA - DEU_UBA - CAN_EC - FRA_ATMO - US_AQI
Namespace: Google.Apis.AirQuality.v1
Assembly: Google.Apis.AirQuality.v1.dll
Syntax
public enum MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest.MapTypeEnum
Fields
Name | Description |
---|---|
CANEC | Canadian Air Quality Health Index color palette. |
DEUUBA | German Local Air Quality Index color palette. |
FRAATMO | France Air Quality Index color palette. |
GBRDEFRA | Daily Air Quality Index (UK) color palette. |
MAPTYPEUNSPECIFIED | The default value. The server ignores it if it is passed as a parameter. |
PM25INDIGOPERSIAN | PM2.5 index indigo-persian palette. |
UAQIINDIGOPERSIAN | Universal Air Quality Index indigo-persian palette. |
UAQIREDGREEN | Universal Air Quality Index red-green palette. |
USAQI | US Air Quality Index color palette. |