谷歌MAP Api有什么问题?

时间:2013-10-01 12:36:15

标签: c# geolocation location

这是我提到的Uri:

string.Format("http://maps.googleapis.com/maps/api/geocode/{1}?address={0}&sensor=false", HttpUtility.UrlEncode(address), OutputType)

这是我在服务器中得到的回复:

    <GeocodeResponse>
           <status>OVER_QUERY_LIMIT</status>.
           <error_message>You have exceeded your daily request quota for this API.</error_message>
</GeocodeResponse>

EDIT: Please notice i have done only 1 request.

我做错了什么?我只需要 Longitude/Latitude

2 个答案:

答案 0 :(得分:2)

Google将您的地理编码API的使用限制为每个IP地址每天2500个请求

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

Google在回复中告诉您,您已超出此限制。其他人必须在你的网络上使用api。

答案 1 :(得分:2)

每秒也有10个请求的限制。您可以在此处查看所有限制:

https://developers.google.com/maps/documentation/business/faq?hl=pt-br#usage_limits