I found the issue. I used uppercase in marker.getIcon().Image which should have been marker.getIcon().image.
Thanks for the help. On Mar 19, 11:37 am, 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? > > On Mar 19, 11:31 am, Andrew Leach <[email protected]> > wrote: > > > On Mar 19, 4:17 pm, Brian <[email protected]> wrote: > > > > Is there a marker.getImage or marker.restoreImage or ??? that can do > > > this? > > > There is marker.getIcon().image, which I believe isn't reset by > > the .setImage() method and should return the original image filename > > (as a string) ready for you to setImage again. > > > 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 -~----------~----~----~----~------~----~------~--~---
