Usage limits for services when used with Google Maps Javascript API v3 -
i'm trying clarify usage limits google maps services (e.g. places, directions, etc) when used google maps javascript api.
according official documentation
the javascript maps api v3 free service, available web site free consumers
and
for-profit web sites permitted generate 25 000 map loads per day using google maps javascript api v3.
now each google maps service api has own usage limits:
places api allows 1,000 or 100,000 (if you're verified) requests per 24 hours.
directions api allows 2,500 requests per day
in web app i'm using places library , direction service via javascript api. usage limits each service apply when used javascript api? documentation doesn't make clear.
yes. usage limit google maps apis affects when your site gets more traffic.
each api has own usage limitation.
- google geocoding service: 2,500 requests per day
google maps javascript api : 25,000 map loads per day each service.
this includes:
- a map displayed using maps javascript api (v2 or v3) when
loaded web page or application; - a street view panorama displayed using maps javascript api (v2 or v3) web page or application has not displayed map;
- a swf loads maps api flash loaded web page or application; or
- a single request made map image static maps api.
- a single request made panorama image street view image api.
- a map displayed using maps javascript api (v2 or v3) when
if think site exceeds these usage limit, should consider purchase maps api business license.
check following sites additional information:
hope above information helps you.
Comments
Post a Comment