Google 地点 API Web 服务使用速度是请求速度的 10 倍

Google Places API Web Service usage 10x as fast as requests made

我可能遗漏了一些东西,但是 google 处 API 表示每天免费使用 150,000 个请求(前提是您启用计费)。 https://developers.google.com/maps/pricing-and-plans/

但是,在他们网站的某些地方,我发出的每个请求似乎都算作“10 次请求”。也就是说,我今天在提出 15,000 个请求后被限制了。具体来说,在计费页面上,每个请求似乎都计为 10。在 API 管理器概览页面上,每个请求在使用条形图上似乎都计为 10,但是在响应代码概览上它是正确的。 [即它表明我在过去 24 小时内发出了 15,000 个 2xx 成功请求 --- 情况就是如此 ---(以及一堆 4xx 错误,这是由于我在 table 中达到最大限制造成的。 .) 而条形图指示使用量为 150,000]。

我的问题是,这是一个错误,还是每个使用 API Web 服务的请求都算作 10?

地方文本搜索请求有一个 documented 10 倍乘数:

来自 that documentation:

The Google Places search services share the same usage limits. However, the Text Search service is subject to a 10-times multiplier. That is, each Text Search request that you make will count as 10 requests against your quota. If you've purchased the Google Places API as part of your Google Maps APIs Premium Plan contract, the multiplier may be different. Please refer to the Google Maps APIs Premium Plan documentation for details.