Two conflicting statements for google static map usage

后端 未结 2 1039
眼角桃花
眼角桃花 2021-01-21 10:23

I found two conflicting statements regarding the limit usage of google stati map api

According to this link, 25 000 usage limit are allowed per day

According to

2条回答
  •  無奈伤痛
    2021-01-21 10:49

    25000 is the limit per site, 1000 is the limit per viewer. Site is tracked by URL or developer key. Viewer is tracked by ip address. My browser loading your page would count 1 against your site limit, and 1 against my ip address viewer limit.

    To get an API key, you can apply here: https://code.google.com/apis/console/

提交回复
热议问题