首页 > 解决方案 > HERE 批处理地理编码器 API 中 linkInfo locationattribute 的 outcols 参数的值的名称是什么?

问题描述

我有一个项目,我们必须从 lat、lng、方位值中获取大量的速度限制。目前,我们正在使用HERE multi-reverse geocoder API,但事实证明,一个请求中 100 个位置的限制对我们来说太少了。

问题是:

  1. 有什么方法可以在其中包含speedCategory / speedLimithere batch geocoder API(与 Response.Item.Result.Location.LinkInfo.SpeedCategory/SpeedLimit在多反向 API 响应中相同locationattributes=linkInfo)?

  2. 或者,也许有某种文档描述了如何将地理编码器响应翻译成批处理地理编码器输出参数值?

标签: here-api

解决方案


Batch Geocoder 不支持 LinkInfo(包括速度限制)。有关支持的输出字段列表,请参阅https://developer.here.com/documentation/batch-geocoder/topics/read-batch-request-output.html


推荐阅读