我可以使用Geocoder API从here.com保存响应(特别是坐标)吗?

时间:2019-06-19 07:25:22

标签: geocoding here-api

我正在设置一个应用程序,其中包含一些人的地址,我想从这些地址中查找地理坐标(纬度,经度)并将其存储到我的数据库中。

我可以查询here.com并将其保存在数据库中吗?

1 个答案:

答案 0 :(得分:0)

您可以使用Batch Geocoder API下载请求的结果。 例如:

https://batch.geocoder.api.here.com/6.2/jobs/{YOUR JOB REQUEST ID}/result?app_id={YOUR_APP_ID}&app_code={YOUR_APP_CODE}

有关详细信息,请阅读文档

https://developer.here.com/documentation/batch-geocoder/topics/example-get-results.html