On Oct 26, 11:17 am, David Li <[email protected]> wrote: > > If I use a server-side (PHP) script that forwards the image I get from > the Static Maps API onto the user, does every time this script get > called count towards the 1000 image per day limit, or is it still done > on individual users calling the script?
One question which arises is why you're doing this. It is likely to be against the Terms of Service http://code.google.com/apis/maps/terms.html -- see 10.8. If you are complying with the Terms, a Static Map is retrieved with an <img> tag in an HTML page. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
