Batch Geocode outCols 的所有值
All values for Batch Geocode outCols
有一种方法可以使用 Batch Geocode 端点接收所有输出字段吗?
我正在使用此端点,但我希望获得所有可用的 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
outcols Enumeration, Required List of columns to return in the output.
因此在 outcols 中,我们必须在输出中向 return 提供列列表。
参考更多详情: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
有一种方法可以使用 Batch Geocode 端点接收所有输出字段吗?
我正在使用此端点,但我希望获得所有可用的 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
outcols Enumeration, Required List of columns to return in the output.
因此在 outcols 中,我们必须在输出中向 return 提供列列表。
参考更多详情: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