Wasn't it Chad who wrote:
>
>Not sure if I am doing something wrong when I create my markers, but
>when I perform an objMarker.getIcon().image = "/path/to/new/
>image.png", it actually changes EVERY marker on the map, not just the
>one I am targeting.
Yes. That is all explained in that thread. See the but that talks about
changing
new GMarker(point,{icon:myicon});
to
new GMarker(point,{icon:new GIcon(myicon)});
--
Mike Williams
http://econym.org.uk/gmap
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---