> so, if we had 35 users visit a page on our site requesting the same > map over a 1 minute period - we wouldn't run into a rate limiting > issue?
Not if you do it the recommended way ; you (your server) never requests the static map at all. It merely supplies a URL to the end users webpage. The end users browser requests the map from Google. The end users "allowance" is decremented by one. -- 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.
