Android Geocoder quota limits

前端 未结 2 498
悲哀的现实
悲哀的现实 2020-11-30 04:44

Could someone advise on the quota limits to Google maps geocoding api? I\'m using geocoding on android. The Google maps Api site states the limit is 2,500 per day. Is thi

2条回答
  •  隐瞒了意图╮
    2020-11-30 05:34

    From what I understand it's per single IP address per day. This is the exact machine making the request. So if someone else was using your application it would limit it to their machine.

    Your API key can be used from multiple devices. This same principle applies to all of Google's APIs. I use the translate API, and if I was limited to per API key I'd be screwed and would max out.

    Of course this doesn't apply if you pay Google for use of their API (Billing in the API console). I pay a lot for Google Translate API

提交回复
热议问题