GuidesAPI Reference
API Reference

Retrieves the rendered map tile in requested format.

Map tile in requested format.

Path Params
string
enum
required

Specifies the resource that is requested supported values are listed in 'info' resource.

Allowed:
string
required

Specifies the tile projection. The available projections can be retrieved by querying /info

  • mc - Mercator Projection
integer
required

Zoom level of the map image. Minimum and maximum zoom levels are specified in the 'info' resource.

integer
required
0 to 1048576

Any number between 0 and number of columns - 1, both inclusive.

The number of tiles per column is a function of the zoom: number of columns = 2^zoom.

[0,0] (col,row) corresponds to top left of a typical western map.

integer
required
0 to 1048576

Any number between 0 and number of rows - 1, both inclusive.

The number of tiles per row is a function of the zoom: number of rows = 2^zoom.

[0,0] (col,row) corresponds to top left of a typical western map.

string
required

Returned image format. The supported image formats can be retrieved by querying /info.

Query Params
string
enum

Only display traffic from a certain congestion level.

Allowed:
string

If present, selects the style to use to render the tile. The possible values are listed in 'info' resource.

Note: When not provided a default style is selected

integer
enum
Defaults to 100

Pixels per inch. Has no effect on the rendered flow tile, but is accepted as a parameter to align with the Raster Tile API. Please see https://www.here.com/docs/bundle/raster-tile-api-v3-api-reference/page/index.html#tag/Tiles/operation/getTile.

Allowed:
integer
Defaults to 512

Image size in pixels. The supported image size values can be retrieved by querying /info.

Headers
string

User-provided token that can be used to trace a request or a group of requests sent to the service.

string

A HTTP-date as defined by RFC-7232. Makes a GET request conditional based on whether the traffic data has changed since that date or not. See 304 response of getTile operation for more details. Example: 'Sat, 11 Dec 2021 19:43:31 GMT'.

string

Specifies an entity tag of the resource cached in the client. See 304 response of getTile operation for more details.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
image/png
image/jpg
*/*
application/json