GuidesAPI Reference
Guides

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: 11
  • row: 671
  • column: 1099

Result

The response will return the following: Example of traffic near Berlin

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: Example of map tile near Berlin See the HERE Raster Tile API Developer Guide for more information.