Traffic flow data XML tags meaning

后端 未结 3 1116
予麋鹿
予麋鹿 2021-01-20 21:29

I am looking for real-time traffic flow data. I found the traffic API is what I need: Click here but I really don\'t know what the meanings are for those XML tags, such as

3条回答
  •  逝去的感伤
    2021-01-20 22:16

    I agree that it's quite hidden, but you can find the explanation for xsd schemas under the meta resources. You are most likely interested in the following REST call:

    http://traffic.cit.api.here.com/traffic/6.0/xsd/flow.xsd?app_id=YOUR_APP_ID&app_code=YOUR_APP_CODE

    Here is part of the output explaining what FF attribute stands for:

    ...
    
       
         The free flow speed on this stretch of road.
       
    
    ...
    

提交回复
热议问题