Here route API - 计算通行费

Here route API - Calculating toll cost

我正在尝试计算澳大利亚两点之间的通行费。

这是我目前正在使用的示例 URL:

http://tce.cit.api.here.com/1/tollcost.json?region=AUS&release=2015Q1&start_ts=now&vspec=3%3B0%3B0%3B2%3B0%3B0%3B5%3B340%3B0%3B7500%3B7500%3B0%3B0%3B0%3B1%3B4%3B1%3B0&route=1353326419097748185%3B1353396779235213606&app_id=DemoAppId01082013GAL&app_code=AJKnXv84fjrb0KIHawS0Tg

我得到的回复是:

{
    "errors": [
        "Error id: fc4bc014-a17a-4efb-a346-4fad9d01a0ef",
        "A technical error occurred while processing the toll cost. Please contact TCS."
    ],
    "warnings": [
        "The combination \"link id,remaining time\" for element number \"1\" is invalid. The automatic datetime filtering will be disabled."
    ],
    "countries": [],
    "onError": true
}

不确定问题是出在我的 linkId、区域、地图发布还是其他完全不同的地方。

我没有找到很多有用的文档或反馈,因此非常感谢您提供帮助:)

编辑:

我们最终构建了自己的解决方案,尽管它目前仅支持昆士兰州和新南威尔士州。可能有一天必须获得许可 ;)

文档示例中存在不支持的版本,HERE 将更新其文档,对给您带来的不便深表歉意。

link ID 1353326419097748185 不是有效的 link ID。 请使用 HERE 路由器响应中提供的 link ID。

您不必使用 link ID,您还可以提供 start/destination 坐标,以便通行费服务计算路线。

示例:https://tcs.ext.here.com/examples/v3/route_toll_cost 搜索TCE,第三个示例计算路线并添加通行费。

我为澳大利亚实施了地图收费 API,但也遇到了问题。我创建了一张支持票,回复是澳大利亚的通行费计算尚未涵盖。