You should read the GIcon() constructor section of the documentation
once more.
http://code.google.com/apis/maps/documentation/reference.html#GIcon


gicons["red"] = new GIcon("mapicons/marker_red.png");

might work like:

gicons["red"] = new GIcon(G_DEFAULT_ICON  ,"mapicons/
marker_red.png");

but it is impossible to say without seeing your icon images.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to