On Apr 17, 9:38 pm, e <[email protected]> wrote: > From the sample code on this page > > http://econym.org.uk/gmap/basic16.htm > > (which is heavily referenced on this group...)
"gicons" in that page is not a magic word, and it is not used the way you are using it. It is a variable name, and also the page is pretty old, so it is old syntax. When in doubt, always look at the reference first. (same link I posted earlier): http://code.google.com/apis/maps/documentation/reference.html#GMarker Notice that there are two constructors listed. The first one is grayed out, which means it is deprecated. You should use the second. -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
