Show / Hide Table of Contents

Class MapTypesResource.HeatmapTilesResource

The "heatmapTiles" collection of methods.

Inheritance
object
MapTypesResource.HeatmapTilesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Pollen.v1
Assembly: Google.Apis.Pollen.v1.dll
Syntax
public class MapTypesResource.HeatmapTilesResource

Constructors

HeatmapTilesResource(IClientService)

Constructs a new resource.

Declaration
public HeatmapTilesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

LookupHeatmapTile(MapTypeEnum, int, int, int)

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

Declaration
public virtual MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest LookupHeatmapTile(MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest.MapTypeEnum mapType, int zoom, int x, int y)
Parameters
Type Name Description
MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest.MapTypeEnum mapType

Required. The type of the pollen heatmap. Defines the combination of pollen type and index that the map will graphically represent.

int zoom

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

int x

Required. Defines the east-west point in the requested tile.

int y

Required. Defines the north-south point in the requested tile.

Returns
Type Description
MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest
In this article
Back to top Generated by DocFX