heatmap_tiles
Creates, updates, deletes, gets or lists a heatmap_tiles
resource.
Overview
Name | heatmap_tiles |
Type | Resource |
Id | google.pollen.heatmap_tiles |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
lookup_heatmap_tile | exec | mapType , zoom , x , y | Returns a byte array containing the data of the tile PNG image. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
mapType | string | |
x | string | |
y | string | |
zoom | string |
Lifecycle Methods
- lookup_heatmap_tile
Returns a byte array containing the data of the tile PNG image.
EXEC google.pollen.heatmap_tiles.lookup_heatmap_tile
@mapType='{{ mapType }}' --required,
@zoom='{{ zoom }}' --required,
@x='{{ x }}' --required,
@y='{{ y }}' --required;