> The problem is that the image from previous infowindow appears a short moment 
> before the new apperas!

Sounds like you're re-using/re-displaying the same infoWindow-object
for all the markers, and just swapping out the content each time (then
you'd get that split second of old content before the new one is
shown). Instead, try making on infoWindow for each marker.

Here's an example (from the gmaps documentation) with several markers
and several infoWindows: 
http://code.google.com/apis/maps/documentation/javascript/examples/event-closure.html
Not the simplest example there is (read up on "closures" in
javascript), but maybe it'll help.

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