Show / Hide Table of Contents

Class MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest

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

Inheritance
object
ClientServiceRequest
ClientServiceRequest<HttpBody>
PollenBaseServiceRequest<HttpBody>
MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest
Implements
IClientServiceRequest<HttpBody>
IClientServiceRequest
Inherited Members
PollenBaseServiceRequest<HttpBody>.Xgafv
PollenBaseServiceRequest<HttpBody>.AccessToken
PollenBaseServiceRequest<HttpBody>.Alt
PollenBaseServiceRequest<HttpBody>.Callback
PollenBaseServiceRequest<HttpBody>.Fields
PollenBaseServiceRequest<HttpBody>.Key
PollenBaseServiceRequest<HttpBody>.OauthToken
PollenBaseServiceRequest<HttpBody>.PrettyPrint
PollenBaseServiceRequest<HttpBody>.QuotaUser
PollenBaseServiceRequest<HttpBody>.UploadType
PollenBaseServiceRequest<HttpBody>.UploadProtocol
ClientServiceRequest<HttpBody>.Execute()
ClientServiceRequest<HttpBody>.ExecuteAsStream()
ClientServiceRequest<HttpBody>.ExecuteAsync()
ClientServiceRequest<HttpBody>.ExecuteAsync(CancellationToken)
ClientServiceRequest<HttpBody>.ExecuteAsStreamAsync()
ClientServiceRequest<HttpBody>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<HttpBody>.CreateRequest(bool?)
ClientServiceRequest<HttpBody>.GenerateRequestUri()
ClientServiceRequest<HttpBody>.GetBody()
ClientServiceRequest<HttpBody>.GetDefaultETagAction(string)
ClientServiceRequest<HttpBody>.ETagAction
ClientServiceRequest<HttpBody>.ModifyRequest
ClientServiceRequest<HttpBody>.ValidateParameters
ClientServiceRequest<HttpBody>.ApiVersion
ClientServiceRequest<HttpBody>.RequestParameters
ClientServiceRequest<HttpBody>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.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
ClientServiceRequest<HttpBody>.HttpMethod

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
ClientServiceRequest<HttpBody>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<HttpBody>.RestPath

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()
Overrides
PollenBaseServiceRequest<HttpBody>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX