【问题标题】:All values for Batch Geocode outCols批量地理编码 outCols 的所有值
【发布时间】:2022-01-14 14:39:26
【问题描述】:

有办法使用批量地理编码端点接收所有输出字段吗?

我正在使用此端点,但我想获取所有可用的 outCols 字段: https://batch.geocoder.ls.hereapi.com/6.2/jobs?apiKey={MY_KEY}&action=run&inDelim=;&outDelim=;&outCols={WAY_TO_GET_ALL_FIELDS}&language=pt-BR&gen=8&header=true&outputCombined=true

【问题讨论】:

    标签: geocoding here-api


    【解决方案1】:
    outcols Enumeration, Required   List of columns to return in the output.
    

    所以在 outcols 中,我们必须提供要在输出中返回的列列表。

    参考更多详情:https://developer.here.com/documentation/batch-geocoder/dev_guide/topics/request-parameters.html

    此外,有数百个输出字段,但在客户用例中,所有字段都不是一次性必需的。

    所有输出字段的详细信息:https://developer.here.com/documentation/batch-geocoder/dev_guide/topics/read-batch-request-output.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-01-25
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多