html5 - Google map client side(Google Maps JavaScript API) geocoding keep counting quota of all session? -
i'm using google maps javascript api load , search(geocoding) locations on map. google suggests use api key, i'm using api key in site can monitor requests too.
also google says;
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.
but when check usage via google developer console, request keep counting i'm accessing , searching location different browsers(sessions). seems google count sessions geocoding requests 1 place. mean, quota limit when reaches 2500? or no need warry google says "you don't have worry quota." or missing something?
thanks.
from geocoding strategies-> quota considerations
client-side geocoding through browser rate limited per map session, geocoding distributed across users , scales userbase. geocoding quotas , rate limits drive strategies outlined in article.
and quota summary
daily quota resets @ midnight pacific time (pt). free quota 2,500 requests/day total quota 2,500 requests/day remaining 2,500 requests/day 100% of total
i desume can use free 2500 geocoding /day
Comments
Post a Comment