使用 Fleet Telematics 按国家/地区获取摘要 API

Get summary by country with Fleet Telematics API

我想使用 Fleet Telematics API 并按国家/地区获取有关交通 time/travel 时间和距离的信息,类似于所描述的 here。如您所见,Routing API 支持此功能,但它不支持 "bus" 作为 TransportMode。

我尝试使用 "rollups" 查询参数,但它只按国家/地区汇总通行费,而不是我正在寻找的距离和时间。有没有办法通过 Fleet Telematics 实现这一目标 API?

请检查这是否完成了您的任务。

http://cre.api.here.com/2/calculateroute.json?app_id={}&app_code={}&overlays=OVERLAYMYMAP&mode=fastest;bus;traffic:enabled&waypoint0=geo!50.8857,14.81589&waypoint1=geo!50.8681536,14.8308207

了解更多信息。 https://developer.here.com/documentation/custom-routing-extension/dev_guide/topics/resource-calculateroute.html