> if I use mapiconmaker to create icons for my map, what is the way to > access the primary color and to change it after an icon have been > clicked upon or is otherwise selected?
You can't do it like that. The icon is selected by pointing it at a different image file. You can change it later by pointing it to a different image file. There is a method setImage() that can be used, examples - http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=icon+setimage mapiconmake is effectively a library of images. So you'd write some javascript to use setImage() on whichever icon you want when some action happens, and change the image. Does that help get you started? cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
