【问题标题】:How to get SpeedLimit in HERE reverse geocoding?如何在 HERE 反向地理编码中获得速度限制?
【发布时间】: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.

我不确定这是什么意思,是否有人窃取了我的访问权限以及我如何申请

【问题讨论】:

    标签: rest here-api


    【解决方案1】:

    您可以通过使用 PDE API(平台数据扩展)来实现这一点。

    请看下面的帖子。

    How to retreive speed limit from here maps given a latitude and longitude?

    编码愉快!

    【讨论】:

    • 我不完全明白为什么我应该使用 PDE API,因为反向地理编码也支持这个功能。不幸的是,我无法在每次通话中找到 SpeedLimit,但为什么呢?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-06-02
    • 1970-01-01
    • 2020-10-18
    • 1970-01-01
    相关资源
    最近更新 更多