Hi!

i'm creating an application where the click-on-marker event triggers
an ajax call in order to retrieve information and display it in the
infowindow. I would like to show the user a "Loading..." message in
the infowinfow while the ajax call is being processed. So that:

1. map.openInfoWindowHtml(marker.getLatLng(),"Loading...");
2. Ajax_Call
----- callback function :
map.openInfoWindowHtml(marker.getLatLng(),information);


The problem is that the second openInfoWindowHtml will close the first
infowindow and then open the new one, leading to an ugly effect of
close-open. I would like to change the text on the window on-the-fly
while it is opened, but I can't find any way to do it.

Any ideas?


Thank you!

-- 
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.

Reply via email to