Obtain a traffic vector tile with flow events
To get a traffic vector tile with flow events, use the flow layer parameter.
Request
The following example demonstrates a traffic tile request for getting only traffic vector tiles with flow events.
```Bearer token
curl -H "Authorization: Bearer TOKEN_HERE" "https://traffic.vector.hereapi.com/v2/traffictiles/traffic/mc/11/1100/673/omv"curl "https://traffic.vector.hereapi.com/v2/traffictiles/traffic/mc/11/1100/673/omv?apikey=APIKEY_HERE"Response
The response contains only a traffic_flow layer with information about traffic flows for the particular tile.
The following figure illustrates an example of a rendered vector tile response with a traffic_flow layer.

Updated last month