【发布时间】:2016-07-18 01:51:59
【问题描述】:
我们正在为在 iOS 和 Android 上运行的应用程序使用 Google Maps Geocoding API。我们正在寻找每个设备和每个应用程序的使用限制。我们可以根据用户和多少次调用 google maps geocoding api 和申请???
【问题讨论】:
标签: android google-maps android-studio google-maps-api-3 google-api
我们正在为在 iOS 和 Android 上运行的应用程序使用 Google Maps Geocoding API。我们正在寻找每个设备和每个应用程序的使用限制。我们可以根据用户和多少次调用 google maps geocoding api 和申请???
【问题讨论】:
标签: android google-maps android-studio google-maps-api-3 google-api
每个用户和应用程序没有配额。
如果您在 Google Developer Console 中启用地理编码 API,则标准配额(每天;在太平洋标准时间午夜结束)为
请求/天 2,500 的第 0 天
requests/100seconds/user 无限制
可以在文档的Usage Limits 页面上看到相同的信息。您也可以请求其他请求,但需要付费。
【讨论】: