Skip to main content

heatmap_tiles

Creates, updates, deletes, gets or lists a heatmap_tiles resource.

Overview

Nameheatmap_tiles
TypeResource
Idgoogle.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:

NameAccessible byRequired ParamsOptional ParamsDescription
lookup_heatmap_tileexecmapType, zoom, x, yReturns 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.

NameDatatypeDescription
mapTypestring
xstring
ystring
zoomstring

Lifecycle Methods

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;