如何获得特定纬度和经度允许的最大速度
How to get max speed permitted against a particular latitude and longitude
我需要获取一条街道的最高限速。我会有纬度和经度,我只对获得最大速度感兴趣。
查看 rest api 调用以下内容似乎最适合我,但它现在似乎是遗留代码:
https://legacy.route.cit.api.here.com/routing/6.2/getlinkinfo.json
你能帮我好好休息吗api打电话给我的情况。
国家:美国
州:加利福尼亚州
您可以在此处获取带有 getLinkInfo 的新路由器:https://developer.here.com/rest-apis/documentation/routing/topics/resource-get-link-info.html or use the Platform Data Extension (https://developer.here.com/platform-extensions/documentation/platform-data/topics/overview.html)
我需要获取一条街道的最高限速。我会有纬度和经度,我只对获得最大速度感兴趣。
查看 rest api 调用以下内容似乎最适合我,但它现在似乎是遗留代码:
https://legacy.route.cit.api.here.com/routing/6.2/getlinkinfo.json
你能帮我好好休息吗api打电话给我的情况。
国家:美国 州:加利福尼亚州
您可以在此处获取带有 getLinkInfo 的新路由器:https://developer.here.com/rest-apis/documentation/routing/topics/resource-get-link-info.html or use the Platform Data Extension (https://developer.here.com/platform-extensions/documentation/platform-data/topics/overview.html)