【发布时间】:2019-06-16 20:05:23
【问题描述】:
在这里调用反向地理编码 API,我正在尝试获取特定坐标的速度限制。例如,我打电话给: https://reverse.geocoder.api.here.com/6.2/reversegeocode.json?app_id=YYY&app_code=YYYY&gen=9&pos=51.759445,19.457216,0&mode=trackPosition&locationattributes=linkInfo&maxresults=1
它工作了一段时间,但现在 - 具有相同的坐标和相同的应用程序 ID - 没有 SpeedLimit 字段。
我在文档中找到了一些东西:
Note: All link info attributes are subject to additional licensing. We reserve the right to require authorization on API level for all or individual attributes with future releases. Currently, only the SpeedLimit attribute requires authorization and the attribute is not included in LinkInfo if the client application is not authorized to receive this information.
我不确定这是什么意思,是否有人窃取了我的访问权限以及我如何申请
【问题讨论】: