用于Android的Google MAPs API每天限制2500个请求是每个客户端设备还是每个应用程序密钥? [英] Google MAPs API for android limit 2500 requests/day is per client device or per application key?

查看:151
本文介绍了用于Android的Google MAPs API每天限制2500个请求是每个客户端设备还是每个应用程序密钥?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对不起,我发现了类似的问题 - 但不是答案:只有讨论。我正在开发Android应用程序,旨在在地图上放置点和绘制路线。如果Google限制每个密钥使用2500 r / day的地图,则无法使用它,因为即使您的应用程序曾经售出过,您也需要每月额外支付1000个请求/天。特别是免费应用程序还不清楚:1年后每个月下载100000次的费用是多少?请分享你的经验(不是你的假设)。感谢。

解决方案

 使用Google Places API for Android请求基于Application key based 。 
每天150000个请求后,谁使用你的应用程序,这意味着你给谷歌的键
的地方api请求将得到一个响应错误
从谷歌API作为USAGE_LIMIT_EXCEEDED就像

USAGE_LIMIT_EXCEEDED

 同时在搜索视图中提供搜索文本响应调试并查看
发送请求以放置api时发生异常),但它不会对使用您应用程序的用户可见
。它只会显示标记中没有
移动,并且不会有自动提示。为此,您要使用

提升

 但它包含了很多谷歌的限制。他们
将密切跟踪您的应用。如果发生任何违反Google政策的行为意味着
您的应用将被GooglePlay Markert禁止。因此请确保您的
应用在使用前不会包含任何违规政策。


Sorry, I found similar questions - but not the answers: only discussions. I'm developing android application which is intended to place points and draw routes on map. In case Google limits using of their maps 2500 r/day per key - there is no way to use it, since even in case your application was once sold - you'll need to pay every month for every additional 1000 req/day. Especially it is unclear for free application: how much it will cost for 100000 downloads per month after 1 year? Please, share your experience (not your assumptions). Thanks.

解决方案

use of the Google Places API for Android request based on Application key based. 
After 150000 request per day whoever using your application "that means the "key" 
which you given for google places api request" will get a response error
from google api as "USAGE_LIMIT_EXCEEDED" like   

USAGE_LIMIT_EXCEEDED

while giving search text in search view(to check the response debug and see
the Exception occurs while sending request to place api) , but it wont't be 
visible to the user who uses you app. It will simply shows no 
movement in markers and no auto suggestion will come. For that you want to use   

Uplift

for unlimited request. but it contains lots of restrictions by google. They
will track your app closely. If any violations of google policy happens means 
you app will get banned from GooglePlay Markert. so make sure in that you
app does't contains any violation policy before using this.

这篇关于用于Android的Google MAPs API每天限制2500个请求是每个客户端设备还是每个应用程序密钥?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆