地理编码器搜索文本 api 未给出速度限制

Geocoder search text api is not giving the SpeedLimit

API: https://geocoder.cit.api.here.com/6.2/geocode.json?searchtext=200%20S%20Mathilda%20Sunnyvale%20CA&app_id=DemoAppId01082013GAL&app_code=AJKnXv84fjrb0KIHawS0Tg&gen=8

使用自定义凭据(试用版)尝试时提到的 api 没有 return 速度限制,而使用演示凭据尝试时相同的请求工作正常。

这可以很容易地在以下 url 中复制:

https://developer.here.com/api-explorer/rest/geocoder/latitude-longitude-by-free-form-address

这是设计使然,试用凭证不允许这样做吗?

documentation"The SpeedLimit attribute requires authorization and the attribute is not included in LinkInfo if the client application is not authorized to receive this information."

所述