2011-10-09 2 views

답변

4
// insert/show your loading bar 
    // (or not if it's already visible in the DOM) 

    // var map = new google.maps.Map(map_canvas, map_options); 

    google.maps.event.addListenerOnce(map, 'idle', function() { 
    // hide your loading bar 
    }); 
관련 문제