如何获得垂直(高速公路)车道数?

时间:2018-08-22 08:47:25

标签: postman here-api

我正在使用https://developer.here.com/develop/rest-apis来获取垂直(高速公路)车道的数量

例如如果人/车辆要从(waypoint0)-(X地点)到达(waypoint1)-(Y地点),那么那条路有多少条车道可用?

就像1号高速公路一样,有两个或四个车道可用。

当前我正在通过 Rest API ,但是我看不到任何车道详细信息:

  1. https://route.api.here.com/routing/7.2/calculateroute.json?app_id=XXXXXX&app_code=XXXXXXXX&waypoint0=geo!23.036611,72.561203&waypoint1=geo!23.034449,72.560581&mode=fastest;car;traffic:disabled

2。https://transit.api.here.com/v3/route.json?app_id=XXXXXX&app_code=XXXXX&routing=all&dep=23.036637,72.561189&arr=23.038600,72.564685&time=2018-08-23T07%3A30%3A00

  1. https://wse.api.here.com/2/findsequence.json?start=swastik;23.036611,72.561203&destination1=C G路; 23.034449,72.560581&mode = fastest; car&app_id = XXXXXXX&app_code = YYYYYY

也请向我建议其他任何API,以获取特定道路的车道数量。

1 个答案:

答案 0 :(得分:1)

您看过Platform Data Extension API吗?这里有一个示例(tcs.ext.here.com/examples/v3/pde_get_any_link_info)说明了这种方法。

更多文档可以在这里找到: https://developer.here.com/documentation/platform-data/topics/what-is.html