【发布时间】:2013-11-10 18:38:09
【问题描述】:
Google 是否有 API 可以从 IP 地址到经纬度进行地理编码?类似于 MaxMind。我已经查看了他们的地方 api:
https://developers.google.com/maps/documentation/business/places/
我已经成功使用 Maxmind,
http://www.maxmind.com/en/geolocation_landing
但是 Google 是否提供 ip 到 lat long 服务?
【问题讨论】:
-
此问题已关闭,因此我无法正式回答,但 Google 确实提供了将 IP 转换为 Lat Long 的特定服务。到
https://www.googleapis.com/geolocation/v1/geolocate?key=API_KEY的没有字段的 POST 将回退到使用 IP 地址。