sample code var map = new GMap2(document.getElementById("map")); map.setCenter(new GLatLng(35.67,139.77), 2);
//map is loaded and begin to render for (var i = 0; i < 10; i++) { map.addOverlay(...); } //i'd like to fade a help window in *after* the map is rendered completely. showHelpWindow(); it is not pleased to demonstrate effects on a rendering map, is it? i also tried to find something like sleep(). since it is tricky to implement with javascript, i gave up. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---