android - Google Geocoding Request limit -


please let me know full detail of request limit of geo-coding. given on web site here few things not clear me.

​2,500 requests per 24 hour period each device or 1 application?

what maximum request limit 1 application , 1 device?

server-side geocoding api limited exposed, api key (so applications), not devices.

however, google has "when use client-side geocoding":

the basic answer "almost always." geocoding limits per user session, there no risk application reach global limit userbase grows. client-side geocoding not face quota limit unless perform batch of geocoding requests within user session. therefore, running client-side geocoding, don't have worry quota.

https://developers.google.com/maps/articles/geocodestrat#client

  • so recommend move geocoding code client side.

  • if can't, you'll take risk hit 2500 limit / 24 hours.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -