tags:

views:

26

answers:

1

Hello,

I'm having some issue with static Google maps generation. The API has "a query limit of 1000 unique (different) image requests per viewer per day. Since this restriction is a quota per viewer, most developers should not need to worry about exceeding their quota".

However when using a shared connection, as instance with a mobile phone and a 3G access (phone operators), this limit seems to be problematic.

Hence my question is the following: can I retrieve the image server-side and serve it to my clients? Is it allowed?

+1  A: 

This FAQ indicates not: Can I generate a map image using the Google Static Maps API which I store and serve from my website?

jholl
I think you found the answer. I'll post on the google group concerning the problem of quota limitation combined with mobile 3G access.Thanks!
Savageman