View Source GoogleApi.Pollen.V1.Api.MapTypes (google_api_pollen v0.3.0)

API calls for all endpoints tagged MapTypes.

Summary

Functions

Link to this function

pollen_map_types_heatmap_tiles_lookup_heatmap_tile(connection, map_type, zoom, x, y, optional_params \\ [], opts \\ [])

View Source
@spec pollen_map_types_heatmap_tiles_lookup_heatmap_tile(
  Tesla.Env.client(),
  String.t(),
  integer(),
  integer(),
  integer(),
  keyword(),
  keyword()
) ::
  {:ok, GoogleApi.Pollen.V1.Model.HttpBody.t()}
  | {:ok, Tesla.Env.t()}
  | {:ok, list()}
  | {:error, any()}

Returns a byte array containing the data of the tile PNG image.

Parameters

  • connection (type: GoogleApi.Pollen.V1.Connection.t) - Connection to server
  • map_type (type: String.t) - Required. The type of the pollen heatmap. Defines the combination of pollen type and index that the map will graphically represent.
  • 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.Pollen.V1.Model.HttpBody{}} on success
  • {:error, info} on failure