MapTypesHeatmapTiles
class MapTypesHeatmapTiles extends Resource (View source)
The "heatmapTiles" collection of methods.
Typical usage is:
$pollenService = new Google\Service\Pollen(...);
$heatmapTiles = $pollenService->mapTypes_heatmapTiles;
Methods
lookupHeatmapTile(string $mapType, int $zoom, int $x, int $y, array $optParams = [])
Returns a byte array containing the data of the tile PNG image.
Details
HttpBody
lookupHeatmapTile(string $mapType, int $zoom, int $x, int $y, array $optParams = [])
Returns a byte array containing the data of the tile PNG image.
(heatmapTiles.lookupHeatmapTile)