由于某种原因,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 请求?