Show / Hide Table of Contents

Class MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest

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

Inheritance
object
ClientServiceRequest
ClientServiceRequest<HttpBody>
AirQualityBaseServiceRequest<HttpBody>
MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest
Implements
IClientServiceRequest<HttpBody>
IClientServiceRequest
Inherited Members
AirQualityBaseServiceRequest<HttpBody>.Xgafv
AirQualityBaseServiceRequest<HttpBody>.AccessToken
AirQualityBaseServiceRequest<HttpBody>.Alt
AirQualityBaseServiceRequest<HttpBody>.Callback
AirQualityBaseServiceRequest<HttpBody>.Fields
AirQualityBaseServiceRequest<HttpBody>.Key
AirQualityBaseServiceRequest<HttpBody>.OauthToken
AirQualityBaseServiceRequest<HttpBody>.PrettyPrint
AirQualityBaseServiceRequest<HttpBody>.QuotaUser
AirQualityBaseServiceRequest<HttpBody>.UploadType
AirQualityBaseServiceRequest<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.AirQuality.v1
Assembly: Google.Apis.AirQuality.v1.dll
Syntax
public class MapTypesResource.HeatmapTilesResource.LookupHeatmapTileRequest : AirQualityBaseServiceRequest<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 air quality heatmap. Defines the pollutant that the map will graphically represent. Allowed values: - UAQI_RED_GREEN (UAQI, red-green palette) - UAQI_INDIGO_PERSIAN (UAQI, indigo-persian palette) - PM25_INDIGO_PERSIAN - GBR_DEFRA - DEU_UBA - CAN_EC - FRA_ATMO - US_AQI

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

Implements

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