On Mar 19, 4:37 pm, Brian <[email protected]> wrote: > I added that in to my mouseover event but it returns undefiend. > > Does the getIcon().Image need to be something like getIcon > ().ImagePath?
Javascript is case sensitive. Try marker.getIcon().image, not marker.getIcon().Image It works for me. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
