从这里获得反向地理编码API的速度限制

时间:2019-08-07 22:11:29

标签: node.js api here-api

我正在使用HERE的反向地理编码端点来提取给定纬度和经度的速度限制。我在linkInfo参数中加入了locationattributes,并且在结果正文中获得了速度限制,但不再显示。

以下是命中端点的示例: https://reverse.geocoder.api.here.com/6.2/reversegeocode.json?app_id={{app_id}}&app_code={{app_code}}&prox=40.1245292,-74.8721781,50&mode=retrieveAddresses&locationattributes=linkInfo&gen=9

这是从此处获取速度限制的正确方法吗?

1 个答案:

答案 0 :(得分:0)

反向Geocoder API表示响应中的速度类别,它对应于不同的速度限制范围,可以从下面进行引用:

developer.here.com/documentation/geocoder/topics/resource-type-speed-category.html

响应:

  

LinkInfo:{   FunctionalClass:5   TravelDirection:[   “西北”,   “ SE”   ],    SpeedCategory:“ SC6” ,   LinkFlags:[   “已铺好”   ],   AccessFlags:[   “汽车”,   “摩托车”,   “ Buses”,   “出租车”,   “拼车”,   “行人”,   “卡车”,   “交货”,   “紧急车辆”,   “通过交通”   ]   }