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 
<FI>
<TMC PC="11531" DE="Linden" QD="-" LE="0.8535"/>
<CF CN="0.86" FF="69.59" JF="0.17" SP="70.13" TY="TR"/>
</FI>
I found the meaning of TMC DE PC
But I cannot find CF CN FF JF SP TY. 
Anyone know these abbreviations ?
Many thanks,
Chuansheng
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:
...
<xs:attribute name="FF" type="speed" use="required">
   <xs:annotation>
     <xs:documentation>The free flow speed on this stretch of road.</xs:documentation>
   </xs:annotation>
</xs:attribute>
...
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With