我尝试使用此链接获取方向" http://maps.googleapis.com/maps/api/directions/xml?origin=10.933952,106.863352&destination=10.9490721,106.8574901&sensor=false&units=metric&mode=wailing&metric=1 "但今天它不起作用
请帮我!!
<DirectionsResponse>
<status>OVER_QUERY_LIMIT</status>
<error_message>
You have exceeded your daily request quota for this API.
</error_message>
</DirectionsResponse>
Run Code Online (Sandbox Code Playgroud)
https://developers.google.com/maps/documentation/business/articles/usage_limits#limitexceeded
您可以通过以下方式超出Google Maps API Web服务使用限制:
Run Code Online (Sandbox Code Playgroud)Sending too many requests per day. Sending requests too fast, i.e. too many requests per second. Sending requests too fast for too long or otherwise abusing the web service. Exceeding other usage limits, e.g. points per request in the Elevation API.
收到状态代码为OVER_QUERY_LIMIT的响应后,您的应用程序应确定已超出哪个使用限制.这可以通过暂停2秒并重新发送相同的请求来完成.如果状态代码仍为OVER_QUERY_LIMIT,则您的应用程序每天发送的请求过多.否则,您的应用程序每秒发送的请求过多.
| 归档时间: |
|
| 查看次数: |
15903 次 |
| 最近记录: |