第一个问题:
我们要使用here.com API。我们有一个问题,关于API端点“所有下次从某个位置出发”(https://transit.api.here.com/v3/multiboard/by_geocoord.json)的更新频率。 我们希望实时在某个位置附近发车,以告知使用该服务的客户。 该端点多久更新一次?
第二个问题:
在文档中,有一个“运输模式”列表,其中一个模式是“飞行”,是否可以通过here.com API获得战斗数据?
答案 0 :(得分:0)
路段更新提供了特定路段的实时信息。
https://transit.api.here.com/v3/sectionupdate.json
?app_id={YOUR_APP_ID}
&app_code={YOUR_APP_CODE}
&ctx={Context from one of 'Connections/Connection/Sections/Sec' elements in previous transit route response}
&graph=1
对请求的响应包含以下信息块:
您可以在开发者网站上找到更多相关信息:https://developer.here.com/documentation/transit/topics/example-update-section-in-route.html
还提供了一个示例:https://developer.here.com/api-explorer/rest/public_transit/section-update
可以在此处查看实时路由的覆盖范围-https://developer.here.com/documentation/transit/topics/coverage-information.html
公共交通API当前未提供航班时间表