Here api 错误NGEO\u错误\u图形\u计算路线时断开连接

Here api 错误NGEO\u错误\u图形\u计算路线时断开连接,here-api,Here Api,当我计算从坐标49.4935,0.5118到41.8114,2.7408(卡车+拖车40吨)的路线时,web服务返回错误400-错误请求。 我已经用这个例子对此进行了测试,这就解释了原因:第二个航路点位于限制为7.5吨的区域(见图)。 是否有可能从Web服务获取此错误,以便我可以提醒用户问题是什么 当您提出请求时,您会得到以下响应: { "issues": [ { "message": "Couldn't reach way point 1 (st

当我计算从坐标49.4935,0.5118到41.8114,2.7408(卡车+拖车40吨)的路线时,web服务返回错误400-错误请求。 我已经用这个例子对此进行了测试,这就解释了原因:第二个航路点位于限制为7.5吨的区域(见图)。 是否有可能从Web服务获取此错误,以便我可以提醒用户问题是什么


当您提出请求时,您会得到以下响应:

{
    "issues": [
        {
            "message": "Couldn't reach way point 1 (start links 907492075 -907492075 907492077 -907492077 907493126 -907493126  dest links 719515104 -719515104 ), link 907492075 might restrict access for the vehicle type, link 907492075's through traffic restriction might apply, link 907492077 might restrict access for the vehicle type, link 907492077's through traffic restriction might apply, link 907493126's through traffic restriction might apply"
        },
        {
            "message": "Request id: bfb4932d-f159-4d3a-986e-77f6bc41b143"
        }
    ],
    "response": null,
    "error_id": "bfb4932d-f159-4d3a-986e-77f6bc41b143",
    "response_code": "400 Bad Request"
}

响应代码为
400错误请求
,但在
问题
中还有一个消息列表,您可以使用该列表提醒用户。

当您提出请求时,您会得到以下响应:

{
    "issues": [
        {
            "message": "Couldn't reach way point 1 (start links 907492075 -907492075 907492077 -907492077 907493126 -907493126  dest links 719515104 -719515104 ), link 907492075 might restrict access for the vehicle type, link 907492075's through traffic restriction might apply, link 907492077 might restrict access for the vehicle type, link 907492077's through traffic restriction might apply, link 907493126's through traffic restriction might apply"
        },
        {
            "message": "Request id: bfb4932d-f159-4d3a-986e-77f6bc41b143"
        }
    ],
    "response": null,
    "error_id": "bfb4932d-f159-4d3a-986e-77f6bc41b143",
    "response_code": "400 Bad Request"
}

响应代码是
400错误请求
,但在
问题
中还有一个消息列表,您可以使用该列表来提醒用户。

问题是,我在询问收费费用时没有收到这些问题。如果我添加&rollup=none,国家/地区;tollsys,总计到我的URL我得到错误NGEO\u错误\u图形\u断开连接问题是我在询问收费费用时没有得到这些问题。如果我添加&rollup=none,国家/地区;tollsys,总计到我的URL我得到错误NGEO\u错误图\u断开连接