Request flow
You can provide location details to render traffic information on the square-grid representation of the globe.
Code
https://traffic.maps.hereapi.com/v3/flow/mc/11/1099/671/png
Procedure
Send the above code request which contains the calculated zoom, row and column parameters.
In this example, the values are:
zoom: 11row: 671column: 1099
Result
The response will return the following:

Base map
The same values are used to request the equivalent base map tile from the Raster Tile API.
https://maps.hereapi.com/v3/base/mc/11/1099/671/png
This is the example response:
See the HERE Raster Tile API Developer Guide for more information.
Updated last month