Class MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest
Returns a byte array containing the data of the tile PNG image.
Inheritance
Inherited Members
Namespace: Google.Apis.Pollen.v1
Assembly: Google.Apis.Pollen.v1.dll
Syntax
public class MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest : PollenBaseServiceRequest<HttpBody>, IClientServiceRequest<HttpBody>, IClientServiceRequest
Constructors
LookupHeatmapTileRequest(IClientService, MapTypeEnum, int, int, int)
Constructs a new LookupHeatmapTile request.
Declaration
public LookupHeatmapTileRequest(IClientService service, MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest.MapTypeEnum mapType, int zoom, int x, int y)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest.MapTypeEnum | mapType | |
int | zoom | |
int | x | |
int | y |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MapType
Required. The type of the pollen heatmap. Defines the combination of pollen type and index that the map will graphically represent.
Declaration
[RequestParameter("mapType", RequestParameterType.Path)]
public virtual MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest.MapTypeEnum MapType { get; }
Property Value
Type | Description |
---|---|
MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest.MapTypeEnum |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
X
Required. Defines the east-west point in the requested tile.
Declaration
[RequestParameter("x", RequestParameterType.Path)]
public virtual int X { get; }
Property Value
Type | Description |
---|---|
int |
Y
Required. Defines the north-south point in the requested tile.
Declaration
[RequestParameter("y", RequestParameterType.Path)]
public virtual int Y { get; }
Property Value
Type | Description |
---|---|
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
Declaration
[RequestParameter("zoom", RequestParameterType.Path)]
public virtual int Zoom { get; }
Property Value
Type | Description |
---|---|
int |
Methods
InitParameters()
Initializes LookupHeatmapTile parameter list.
Declaration
protected override void InitParameters()