0

有没有办法获取特定日期和时间的交通流量数据?

例如,以下请求提供实时交通数据。

https://traffic.ls.hereapi.com/traffic/6.1/flow.json?bbox=29.6890%2C-95.4008%3B29.7165%2C-95.5007&apiKey={API_KEY}

如何在此处指定日期时间?谢谢。

4

1 回答 1

0

HERE提供了几种获取历史交通信息的方法:

  1. 从 HERE 地图内容目录 https://developer.here.com/documentation/here-map-content/dev_guide/topics-attributes/traffic-pattern-attributes.html获取交通模式
  2. 从移动 SDK 获取流量模式 https://developer.here.com/documentation/android-premium/3.19/dev_guide/topics/traffic-history.html
  3. 使用 TRAFFIC_PATTERN_FC* 图层和 TRAFFIC_SPEED_RECORD_FC* 图层从 HERE 地图属性 API 获取交通模式和速度。 https://developer.here.com/documentation/content-map-attributes/dev_guide/topics/here-map-content.html
于 2021-11-29T08:35:44.233 回答