Two conflicting statements for google static map usage
Asked Answered
P

2

2

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 this link 1000 usage limit are allowed per day.

Now I am confuse which one is correct

Participle answered 5/1, 2012 at 10:53 Comment(0)
D
2

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/

Dieselelectric answered 5/1, 2012 at 16:18 Comment(1)
but static map api v2 does not require any api key. I want to make one website in which there is a link and when user click on that link, the request for static map api is send. The request is sent from user browser and does not arrive to my server. So this request will be counted in site limit or viewer limit or both ?Participle
M
0

The limits both apply. 25000 for your application, 1000 per user, as said by Mano Marks. But if I unterstand you right, you just want to link to a map? Why don't you just use a standard google maps link? Then you wouldn't have any limits.

And still, if you just link to the staticmaps call (e.g. this example), your application has nothing to do with the staticmap call - its the users decision to open it. I guess there won't be any limits for that. (But perhaps they DO track the referrer and apply the limit for your page.)

Maness answered 14/2, 2012 at 10:40 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.