为什么calculateRoute从不返回最短模式和卡车类型的路线?

时间:2019-07-12 13:32:52

标签: here-api

我们的团队在使用Calculate Route为mode = shortest和type = truck测试路由时遇到了HERE API问题。

我们不仅在实现中而且还在引用客户端here上进行了测试,只是将点拖到具有相同结果的不同位置。

REST请求示例:

https://route.api.here.com/routing/7.2/calculateroute.json?app_code=pxIXqdtgOSwQDXSDfjLQpw&app_id=cgZPrYfgRePXzXC3PbBp&jsonattributes=41&language=pl-pl&maneuverattributes=po,ti,pt,ac,di,fj,ix&metricsystem=metric&mode=shortest;truck;traffic:disabled&routeattributes=sh,gr&waypoint0=geo!stopOver!52.913486,6.693136&waypoint1=geo!stopOver!52.002047,19.921338

我希望此组合返回成功的结果或有关此异常的消息。另外,将不胜感激docs中的正确备注。

1 个答案:

答案 0 :(得分:1)

当前卡车路线仅支持“最快”和“平衡”模式。

  

在计算卡车路线时,建议始终使用最快路线模式类型。

请参阅文档以供参考。

https://developer.here.com/documentation/routing/topics/routing-mode-parameter-combinations.html https://developer.here.com/documentation/routing/topics/filtering-truck-routing-requests.html

希望这会有所帮助!