mapTypes
Returns a byte array containing the data of the tile PNG image.
get/v1/mapTypes/{mapType}/heatmapTiles/{zoom}/{x}/{y}
Path parameters
mapType'MAP_TYPE_UNSPECIFIED' | 'TREE_UPI' | 'GRASS_UPI' | 'WEED_UPI' required
Required. The type of the pollen heatmap. Defines the combination of pollen type and index that the map will graphically represent.
zoominteger required
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
xinteger required
Required. Defines the east-west point in the requested tile.
yinteger required
Required. Defines the north-south point in the requested tile.
Response
Successful response