Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在诺基亚位置 api 中获取发布的街道速度限制?
是否有任何基于 Web 的 API 服务为美国提供街道速度限制?
您将需要使用Enterprise Routing APIgetLinkInfo中的端点。. 返回的元素以m/s为单位,因此km/h乘以 3.6或mph乘以2.23 。如果缺少该元素,则适用国家速度限制。speedLimitspeedLimit
getLinkInfo
speedLimit
http://route.st.nlp.nokia.com/routing/6.2/getlinkinfo.json?waypoint=52.5308,13.3846&app_id= your_app_id &app_code= your_app_code
由于 Jason 的答案已经过时,您现在应该使用/迁移到更新更快的Here API 。
您可以通过以下方式提出请求:
或者