HERE Intermodal Routing API V8 的最大自行车距离是多少
What is the maximum bike distance for the HERE Intermodal Routing API V8
步行有 pedestrian[maxDistance]
参数。但是骑自行车没有类似的东西。
尝试使用自行车骑行时出现错误:
{
"title": "Routing is not possible due to missing stations in a given range",
"code": "noStationsFound"
}
但是我找不到任何关于“给定范围”的文档。有谁知道在多式联运 API 中骑自行车的最大长度是多少?还有谁知道多式联运用什么范围找站?
与行人[maxDistance]相似的自行车maxDistance不存在API。
只有当它显着改善了同一请求的公交路线时,才会返回带自行车和骑行选项(“vehicle[modes]=bicycle”)。如果不是,则只返回中转路线
为了帮助我们进一步检查错误消息,请分享 API 请求?
此处提供的行人范围[maxDistance]:
https://developer.here.com/documentation/public-transit/migration_guide/topics/transit-routing-migration.html
终于得到客户支持的答复 - 只用了六个星期。
答案是 5 公里 - 以路网而非直线距离衡量。
此限制无法更改。
此外,驾驶和乘车结果的行驶距离限制为 50 公里。
步行有 pedestrian[maxDistance]
参数。但是骑自行车没有类似的东西。
尝试使用自行车骑行时出现错误:
{
"title": "Routing is not possible due to missing stations in a given range",
"code": "noStationsFound"
}
但是我找不到任何关于“给定范围”的文档。有谁知道在多式联运 API 中骑自行车的最大长度是多少?还有谁知道多式联运用什么范围找站?
与行人[maxDistance]相似的自行车maxDistance不存在API。
只有当它显着改善了同一请求的公交路线时,才会返回带自行车和骑行选项(“vehicle[modes]=bicycle”)。如果不是,则只返回中转路线
为了帮助我们进一步检查错误消息,请分享 API 请求?
此处提供的行人范围[maxDistance]: https://developer.here.com/documentation/public-transit/migration_guide/topics/transit-routing-migration.html
终于得到客户支持的答复 - 只用了六个星期。
答案是 5 公里 - 以路网而非直线距离衡量。
此限制无法更改。
此外,驾驶和乘车结果的行驶距离限制为 50 公里。