【发布时间】:2015-11-20 10:04:19
【问题描述】:
我必须获得大约一万个地址的纬度和经度。因此我需要支付Google 才能访问geocoding API。付款后,Google 将给我们什么作为回报(即是否是钥匙)。我们可以在 url 中使用这个键:
http://maps.googleapis.com/maps/api/geocode/xml?address=
【问题讨论】:
我必须获得大约一万个地址的纬度和经度。因此我需要支付Google 才能访问geocoding API。付款后,Google 将给我们什么作为回报(即是否是钥匙)。我们可以在 url 中使用这个键:
http://maps.googleapis.com/maps/api/geocode/xml?address=
【问题讨论】:
转到凭据以获取服务器 密钥(并设置 API 凭据)。
要使用 Google Maps API for Work,您必须在请求中包含客户端和签名参数(而不是密钥)。 https://developers.google.com/maps/documentation/business/webservices/#client_id
【讨论】: