On May 31, 9:58 pm, Andrew Leach <[email protected]> wrote: > you > would be well advised either to request maps at a constant rate > through the day, or hand off the requests to the client browser so > each client gets its own limit which they are unlikely to reach.
In fact, what you should be doing is coding the <img> element in your page correctly so that each client requests its own copy of the map you have defined. Each identical map is only generated once and cached by Google ready for the next client request. You don't need to store it yourself, and that will help with the multiple request rate too. -- 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.
