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:

    1. a map displayed using maps javascript api (v2 or v3) when
      loaded web page or application;
    2. a street view panorama displayed using maps javascript api (v2 or v3) web page or application has not displayed map;
    3. a swf loads maps api flash loaded web page or application; or
    4. a single request made map image static maps api.
    5. a single request made panorama image street view image api.

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

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -