HERE Map Tile v2 Developer's Guide

Traffic Tiles

The HERE Map Tile v2 provides traffic tiles that you can use to display the traffic flow on the road network and to highlight congestion.

Traffic Coverage

The API supports traffic tiles for the regions listed in Traffic Coverage.

Note: Even if traffic information is available for a specific region, not all of the road network and road classes, such as highways, main roads, local streets, and so on, might be covered. The quality and range of traffic data for the areas and road classes covered varies between countries and depends on the traffic data sources and providers that are available.

Traffic Visualization

Traffic tiles display the traffic flow on the roads: they reflect the traffic congestion on the road network, which is presented to the user by color coded lines drawn along the affected streets and roads. The traffic congestion displays four congestion levels:

  • Free Flow (green): Road segments where the average speed of the traffic is around the expected free flow speed, mostly due to a small volume of cars.
  • Heavy (yellow): Road segments with a higher volume of cars, which would lead to an average speed that is less than the expected free flow speed.
  • Queuing (red): Road segments with a very high volume of cars that would lead to an average speed closer to stopping and that would reduce the distance between two (2) successive vehicles, which would have the effect of creating a queue.
  • Blocked (black): Road segments that are blocked, due to temporary issues such as construction sites and accidents..

Traffic Tile Types

There are four types of traffic tile that the API can render with different visual styles. The images below demonstrate these types.

Traffic Tile Flow Tile Flow Base Tile Flow and Label Tile
map tile with traffic flow transparent tile with only traffic flow base tile (no labels) with traffic flow tile with traffic flow and labels

Rendering by Traffic Congestion Levels

Based on the congestion levels described in Traffic Visualization, the API can render traffic lines only for road segments where a traffic reaches a minimum congestion level.

free traffic and above heavy traffic and above queuing traffic and above

Real-Time Traffic And Traffic Patterns

By default, traffic tiles show real-time traffic, representing the traffic situation as it is at the time of the request.

However, it is also possible to request a traffic tile showing the typical traffic pattern for a specific time and day during the week. To get a traffic pattern tile, add a &time parameter to the request, specifying the date and time for which to display the traffic situation. Based on historic information, the tile displays a typical traffic situation for that date and time.

Validity of Traffic Data

It is important to note that traffic information remains valid only for a short period of time (about 1-5 minutes). For this reason, client applications should not cache traffic tiles.