View Source GoogleApi.AirQuality.V1.Api.MapTypes (google_api_air_quality v0.3.1)
API calls for all endpoints tagged MapTypes
.
Summary
Functions
Returns a bytes array containing the data of the tile PNG image.
Functions
Link to this function
airquality_map_types_heatmap_tiles_lookup_heatmap_tile(connection, map_type, zoom, x, y, optional_params \\ [], opts \\ [])
View Source@spec airquality_map_types_heatmap_tiles_lookup_heatmap_tile( Tesla.Env.client(), String.t(), integer(), integer(), integer(), keyword(), keyword() ) :: {:ok, GoogleApi.AirQuality.V1.Model.HttpBody.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Returns a bytes array containing the data of the tile PNG image.
Parameters
-
connection
(type:GoogleApi.AirQuality.V1.Connection.t
) - Connection to server -
map_type
(type:String.t
) - 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 -
zoom
(type:integer()
) - Required. The map's zoom level. Defines how large or small the contents of a map appear in a map view. Zoom level 0 is the entire world in a single tile. Zoom level 1 is the entire world in 4 tiles. Zoom level 2 is the entire world in 16 tiles. Zoom level 16 is the entire world in 65,536 tiles. Allowed values: 0-16 -
x
(type:integer()
) - Required. Defines the east-west point in the requested tile. -
y
(type:integer()
) - Required. Defines the north-south point in the requested tile. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.AirQuality.V1.Model.HttpBody{}}
on success -
{:error, info}
on failure