Home > OS >  HERE-API: What is the unit of "SpeedLimit"
HERE-API: What is the unit of "SpeedLimit"

Time:07-25

I saw the article about HERE API ( https://developer.here.com/documentation/routing-api/dev_guide/topics/spans-street-speed.html ), and I am currently trying to get speedLimit by using the API. It seems that this API works well in my environment, but I could not understand the unit of this speedLimit. Is the unit of speedLimit km/h or other? I would really appreciate it if you could answer my question. Thank you.

CodePudding user response:

Speed limits units are dependent on the unit of distance.

Speed limits would be measured in kmh (km/hr) if your distance is measured in km. And if the distance is measured in miles, it would measured mph (miles per hour)

CodePudding user response:

There is a short explanation here:

https://developer.here.com/documentation/here-map-content-schema/dev_guide/format-agnostic-data/format_agnostic_data_specification/topics/safety-camera-speed-limit-unit.html

your link has example numbers like 13.8888893 for speed limit, which I don't understand either.

But there is also Speed Limit Categories

  • Related