HERE Map Tile v2 Developer's Guide

Congestion And Environmental Zone Information

The user wants to obtain two images showing congestion information for an area northwest of Berlin, Germany. The first tile is to show a normal map tile day view of the map showing the congestion zone, while the second tile is to show a truck map tile day view of the same location with the congestion zone as well.

Request for a Map Tile with Congestion

In this request, the congestion parameter specifies that the response image is to contain congestion information.

https://2.base.maps.ls.hereapi.com/maptile/2.1/maptile/newest/normal.day/11/1100/671/256/png8
&apiKey={YOUR_API_KEY}
&congestion
Note: This example uses a HERE API Key to authenticate your request. For the available authentication options, see the Identity & Access Management Developer Guide.

Response to Map Tile with Congestion

The response to the request delivers the following image:

Figure 1. Map Tile with Congestion

Request for a Truck Tile with Congestion

The code block below demonstrates a request for a truck tile with congestion.

https://2.base.maps.ls.hereapi.com/maptile/2.1/trucktile/newest/normal.day/11/1100/671/256/png8
?apiKey={YOUR_APP_ID}
&congestion

Response Truck Tile with Congestion Request

The response contains the image below.

Figure 2. Truck Tile with Congestion