這裏是URI我指的是:谷歌MAP Api有什麼問題?
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
他們最近的免費通話次數,每天減少到2500。你是否超越了極限? –