"I'm not expecting high traffic volumes, but it can in some
circumstances make 100 requests in a single page load. "

That's your problem. Google Static Maps API limit states that it can
have 1,000 requests per day. However it actually is 250 requests over
a six hour period (over 24 hours it still adds up to 1000 though).

However there is another unpublished limit that you are running into.
Google Static Maps has a maximum of 50 requests within a minute. Thus
if you have 100 maps on the page only the first 50 will come up.

To get around this make sure you have a maximum of 50 maps displayed
on a page.

Here is a previous thread I participated in where Pamela outlines the
above limits:
http://groups.google.com/group/google-maps-api/browse_thread/thread/a0f317384003b0db/fd1f33fc41eaf1e2

Cheers
Brett

On Oct 14, 9:22 am, davecozens <[email protected]> wrote:
> Guys,
> I'm getting an image from the Static Maps API that looks like a map
> with a red x through it, with a speedometer underneath in the red.
>
> I assume it means I'm being throttled. Any idea how to avoid that?
>
> I'm calling the map via an address search on a facebook app (not live)
> using this link: -
>
> http://maps.google.com/maps/api/staticmap?center=1Boulevard,Weston-
> Super-Mare,BS23 1NN
> &zoom=15&size=300x200&sensor=false&markers=size:mid|color:0xFFFF00|
> label:X|1 Boulevard,Weston-Super-Mare,BS23 1NN &key=[my key]
>
> I'm not expecting high traffic volumes, but it can in some
> circumstances make 100 requests in a single page load.
>
> Is it possible to save the static maps to my server perhaps and serve
> them from there since I have a predefined list of addresses...?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to