诺基亚 HERE 地图 API 历史交通数据

Nokia HERE Maps API Historical Traffic Data

HERE API 在启用流量路由时是否考虑了历史流量数据?例如,如果我将出发时间设置为当地时间下午 5 点,以便在未来或过去(不是今天)的某个日期,由于高峰时段的交通,我预计交通时间会大于基准时间。

不过好像不行。交通时间和基准时间返回相同的值。我不知道这个 API 是否只是不支持这个,如果它是一个错误,或者如果我做错了什么。

这是来自 API Playground 的示例请求(带有演示 App ID 和密钥)设置为下午 5 点,作为我所指的示例:

http://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5160%2C13.3779&waypoint1=52.5206%2C13.3862&mode=fastest;car;traffic:enabled&app_id=DemoAppId01082013GAL&app_code=AJKnXv84fjrb0KIHawS0Tg&departure=2015-03-27T17:00:00

文档建议路由不考虑历史数据,只考虑当前数据

https://developer.here.com/rest-apis/documentation/routing/topics/private-transport-routing-traffic-enabled.html

"Enabling traffic allows the Routing API to consider up-to-date traffic information when calculating a route. If the route calculation is performed for the current time, traffic information will be based on current data. Calculations for future times will only consider long term road closures."