Here api 为什么特定路线的车辆高度限制为400厘米?

Here api 为什么特定路线的车辆高度限制为400厘米?,here-api,Here Api,当高度设置为420cm时,此特定路线不起作用: https://fleet.api.here.com/2/calculateroute.json? jsonAttributes=41 &waypoint0=53.94499,10.85676 &waypoint1=41.59747,-4.72606 &currency=EUR &mode=fastest;truck;traffic:disabled &legAttributes=none &toll

当高度设置为420cm时,此特定路线不起作用:

https://fleet.api.here.com/2/calculateroute.json?
jsonAttributes=41
&waypoint0=53.94499,10.85676
&waypoint1=41.59747,-4.72606
&currency=EUR
&mode=fastest;truck;traffic:disabled
&legAttributes=none
&tollVehicleType=3
&trailerType=2
&trailersCount=1
&vehicleNumberAxles=3
&trailerNumberAxles=2
&tiresCount=10
&hybrid=0
&emissionType=6
&fuelType=diesel
&height=420cm
&trailerHeight=420cm
&length=1650cm
&width=255cm
&heightAbove1stAxle=100cm
&vehicleWeight=12000kg
&limitedWeight=40000kg
&commercial=1
&driver_cost=1000
&vehicle_cost=1
&app_id=
&app_code=
api返回一个错误:

{"issues":[{"message":"Couldn't reach way point 1 (start links 1208480385 -1208480385  dest links 564534255 -564534255 ), link 1208480385's through traffic restriction might apply"},{"message":"Request id: cbf5e720-a40e-45fe-9c87-cb92c39d3b85"}],"response":null,"error_id":"cbf5e720-a40e-45fe-9c87-cb92c39d3b85","response_code":"400 Bad Request"}
相反,将两个高度参数都设置为400cm可以使其正常工作

我试图检查沿途的卡车限制,但找不到任何限制,因为我使用了这里提供的这个映射示例,并选中了“卡车限制”复选框


你能告诉我这条特定路线的限制在哪里吗?

回答我自己的问题。我认为420cm的高度是不可行的,因为欧洲许多国家的默认高度限制是400cm,而我们芬兰的高度限制是420cm。因此,对于这条特定路线,仅使用400厘米的高度就可以了。

请查看文档中的限制,也可以查看地图上的卡车限制,但可以将地图缩放到。2公里。