> Is there any insight into how much of a > delay would work? I guess a starter value would be (seconds in a day) / (daily limit), though it probably wouldn't be quite that simple. One map every 86 seconds, it'll take time to build a many-map page like that.
> Regarding using the Javascript API, does anyone know if the following text > means that the Javascript library is loaded into a page or if it is based on > the number of times a new google.maps.Map() is instantiated? Thanks. ... > A single transaction occurs when: > > 1. the Maps JavaScript API (V2 or V3) is loaded by a web page or > application; I think it means what it says, loading the API (by <script> tag or by the common loader) is a transaction. If it meant how many map objects you instantiate, I would expect it to say so. -- 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.
