On Aug 17, 7:32 pm, Mariusz Droździel <[email protected]> wrote: > > Sites with v3 api seems to be ok. > yeah in V3 instead of the tick() function they have the code written as plain javascript to record the start time that the API loads:
var loadScriptTime = (new Date).getTime(); I guess the tick() call was added to V2 loader so they can get some data to compare V2 and V3 API loading times? ... -- 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.
