How to get a Doppler radar weather tile
This section demonstrates a request to get real-time Doppler radar image tile which can be overlaid on the map. For more information, see Weather radar image
Note
Each request is authenticated and requires a valid bearer token to be included in HTTP Authorization header. For more information about obtaining credentials, see the Identity and Access Management Developer Guide.
Request
The code block below demonstrates the complete request.
GET /v3/tile/5/15/11/radar HTTP/1.1
Host: weather.hereapi.com
Authorization: Bearer eyJhbGceOyJSAMPLEiIsImN0eSISAMPLEt7VTFIllwIM0cKNCjN2WCCTqlwEEmk-t3gx1BpqUFoeBSAMPLEvhj8nl-RBGcyoljY...
Cache-Control: no-cache
Accept: image/pngResponse
In case of a successful request the HTTP status code is 200 and the payload of the response contains a Doppler radar image in png format having a resolution of 256 x 256 pixels, that can be overlaid on top of a map.
Response header Last-Modified contains image timestamp.
Updated 26 days ago