如何从Google Maps Geocode API获取JSON请求

时间:2012-06-07 17:00:43

标签: php json google-maps

出于某种原因,Google Maps Goeocode API的JSON请求无效。如果您在地址栏中输入此网址:

http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway+Mountain+View+CA&sensor=false

它会返回:

{
   "results" : [],
   "status" : "OVER_QUERY_LIMIT"
}

请注意,该示例直接来自Google Developers网站:https://developers.google.com/maps/documentation/geocoding/

如何检索JSON请求?

2 个答案:

答案 0 :(得分:1)

它不会将此归还给我。

你只是提出了太多疑问。

请参阅https://developers.google.com/maps/documentation/geocoding/#Limits

  

使用Google地理编码API的查询限制为2,500   每天的地理位置请求。(Google Maps API for Business用户每天最多可执行100,000次请求。)

答案 1 :(得分:0)

由于您超出了Google Maps API的限制,因此它不适用于您。

您需要等待一段时间,获取新的IP地址或向Google支付费用。

有关限制,价格等的信息,请参阅https://developers.google.com/maps/licensing