HERE 批处理地理编码器 API 中 linkInfo locationattribute 的 outcols 参数值的名称是什么?
What are names of values for outcols param for linkInfo locationattribute in HERE batch geocoder API?
我有一个项目,我们必须从纬度、经度、方位角值中获取大量速度限制。
目前,我们正在使用 HERE multi-reverse geocoder API
,但事实证明,一个请求中 100 个位置的限制对我们来说太少了。
问题是:
有没有办法在here batch
geocoder API
中包含speedCategory / speedLimit(与
Response.Item.Result.Location.LinkInfo.SpeedCategory/SpeedLimit
在
多反转 API 响应 locationattributes=linkInfo
)?
或者也许有某种文档描述了如何
将此处的地理编码器响应翻译为此处的批处理地理编码器 outcols 参数值?
Batch Geocoder 不支持 LinkInfo(包括速度限制)。有关支持的输出字段列表,请参阅 https://developer.here.com/documentation/batch-geocoder/topics/read-batch-request-output.html。
我有一个项目,我们必须从纬度、经度、方位角值中获取大量速度限制。
目前,我们正在使用 HERE multi-reverse geocoder API
,但事实证明,一个请求中 100 个位置的限制对我们来说太少了。
问题是:
有没有办法在
here batch geocoder API
中包含speedCategory / speedLimit(与Response.Item.Result.Location.LinkInfo.SpeedCategory/SpeedLimit
在 多反转 API 响应locationattributes=linkInfo
)?或者也许有某种文档描述了如何 将此处的地理编码器响应翻译为此处的批处理地理编码器 outcols 参数值?
Batch Geocoder 不支持 LinkInfo(包括速度限制)。有关支持的输出字段列表,请参阅 https://developer.here.com/documentation/batch-geocoder/topics/read-batch-request-output.html。