Is there any way to trigger when the image overlay is finished
loading? Basically, I want to display a loading image while the
overlay downloads the image.

Something like (this doesn't work):

if (overlay.setMap(map)) {
    hideLoader();
}


Simply putting the hideLoader() function call after the
overlay.setMap(map) call doesn't work either. It doesn't wait for the
overlay to load, it executes immediately, resulting the loading image
to never display.


Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to