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

Here api 为什么calculateRoute从不返回最短模式和类型卡车的路线?,here-api,Here Api,我们的团队在使用Calculate Route for mode=shortest和type=truck测试路由时遇到了HERE API的问题 我们不仅在我们的实现中测试了这一点,而且在ref客户机上也测试了这一点,只需将点拖动到不同的位置即可获得相同的结果 REST请求的示例: https://route.api.here.com/routing/7.2/calculateroute.json?app_code=456&app_id=123&jsonattributes=41&

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

我们不仅在我们的实现中测试了这一点,而且在ref客户机上也测试了这一点,只需将点拖动到不同的位置即可获得相同的结果

REST请求的示例:

https://route.api.here.com/routing/7.2/calculateroute.json?app_code=456&app_id=123&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

我希望这种组合会返回成功的结果或关于这是异常的消息。另外,请在中适当注明。

目前卡车路线仅支持最快和平衡模式

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

请参阅文档以供参考


希望这有帮助

谢谢大家!!这就是我要找的