Questions tagged [here-traffic]

18 questions
0
votes
1 answer

HERE Traffic API explanation of speed data

Although I found a way to request additional information from Here-Api as described here, I am interested in how the speed data is particularly defined by. For instance, if "SP" is defined as Speed (based on UNITS) capped by speed limit, I would…
Daler
  • 13
  • 2
0
votes
1 answer

No difference between baseTime and trafficTime for a long period of time

I have a set of latitudes-longitudes in Fairfax,VA and I am interested in getting time taken to travel between them across almost whole 2019, every hour. I observe that the values in baseTime and trafficTime are the same for every combination of…
Sannisth
  • 1
  • 1
0
votes
1 answer

Why is my fetch call occasionally returning incomplete data?

I'm using the here Traffic API, which should return something like this: {TIMESTAMP: "03/14/2021 19:40:57 GMT", VERSION: 5, TRAFFICITEMS: {…}} It works most of the time, but every once in a while it returns this: {TIMESTAMP: "03/14/2021 19:40:57…
1
2