On Aug 19, 11:20 am, Sergey Glazyrin <[email protected]> wrote: > I mean, I don't want while page loaded, and want use google map even > if page doesn't loaded yet. Make sense ?
Not really. That page is quite bloated with scripts, so it will take a while to load in any case. You could try to reduce that by reducing duplication (for example you seem to load the maps API twice). Whether the map is generated before or after the load event, it takes the same time to build. If you generate it before load, it will just delay page load event. If you generate the map after page load, at least your viewers will have a page to look at while the map builds. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
