Geospatial API 用量配额
对于使用 ARCore SDK 的每个项目,ARCore SDK 会将对 ARCore 服务的 API 请求限制在以下限制范围内:
- 每分钟启动 1,000 个会话,或
- 每分钟 10 万个请求
如果 API 请求超出这些限制,可能会导致
AR_EARTH_STATE_ERROR_RESOURCE_EXHAUSTED
错误和未完成的请求。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-08。
[null,null,["最后更新时间 (UTC):2024-11-08。"],[[["ARCore SDK limits API requests to 1,000 sessions started per minute or 100,000 total requests per minute per project."],["Exceeding these API request limits may lead to an `AR_EARTH_STATE_ERROR_RESOURCE_EXHAUSTED` error and unfulfilled requests."]]],["The ARCore SDK enforces API request limits per project: 1,000 sessions started per minute or 100,000 requests per minute. Exceeding these limits may cause an `AR_EARTH_STATE_ERROR_RESOURCE_EXHAUSTED` error, leading to unfulfilled requests. These restrictions apply to all projects utilizing the ARCore SDK and dictate the maximum number of ARCore service interactions allowed within a given time frame.\n"]]