here api - Traffic Flow Data response description in documentation -
i see examples flow data in documentation, can't find means fields:
{ "rws": [ { "rw": [ { "fis": [ { "fi": [ { "tmc": { "pc": 6467, "de": "gladenbach", "qd": "+", "le": 12.52997 }, "cf": [ { "sp": 55.2, "cn": 0.73, "ty": "tr", "jf": 0, "su": 55.2, "ff": 52.6 } ] } ] } ], "li": "d01-06464", "de": "l3048", "pbt": "2015-08-20t08:27:45z", "mid": "ff3e7aab-eece-438c-818b-5920e4581330|" }, { "fis": [ { "fi": [ { "tmc": { "pc": 6468, "de": "fronhausen", "qd": "-", "le": 12.55204 }, "cf": [ { "sp": 56.95, "cn": 0.7, "ty": "tr", "jf": 0, "su": 56.95, "ff": 53.6 } ] } ] } ], "li": "d01+06464", "de": "l3048", "pbt": "2015-08-20t08:27:45z", "mid": "77ede063-8d38-409a-a986-c8d91cdf3eb2|" } ], "ty": "tmc", "map_version": "201503", "ebu_country_code": "d", "extended_country_code": "e0", "table_id": "1", "units": "metric" } ], "map_version": "", "created_timestamp": "2015-08-20t08:27:43.000+0000", "version": "3.1", "units": "metric" }
where documents?
there xsd description particular request https://traffic.cit.api.here.com/traffic/6.0/xsd/flow.xsd?app_id=xxx&app_code=yyy can use credentials access it.
you can obtain xsds different types of request https://developer.here.com/rest-apis/documentation/traffic/topics/additional-parameters.html
Comments
Post a Comment