> If you put the mouseover code in the createMarker function, it will > work the same way as the click listener you already have there. > > Andrew
Thank you for your reply Andrew. I had already tried that and it didn't work, but after reading your reply I tried again and worked out that I originally had the code in the wrong place within that function (just before the closing bracket). I have now placed the code before 'return marker;' and it now works. Thank you very much. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
