0

我一直在使用谷歌表格上的脚本来从某个更新的列中的地址获取坐标。有没有办法使用 Here API 来获取这些坐标?谷歌的限制远低于这里,这就是我试图切换的原因。

4

1 回答 1

0

是的,您可以使用 [HERE Geocoding API]。(https://developer.here.com/documentation/geocoding-search-api/dev_guide/topics/endpoint-geocode-brief.html

下面是使用 API 密钥进行调用的样子:

https://geocode.search.hereapi.com/v1/geocode?q=5+Rue+Daunou%2C+75000+Paris%2C+France&apiKey=API_KEY
于 2021-02-08T18:37:21.107 回答