On Mar 25, 9:50 am, "Tamer Hatoum" <[email protected]> wrote: > hi: > is there any logical error other then the } missing ?
Well this line doesn't work: var ppgicon = new new GIcon(G_DEFAULT_ICON); Perhaps you could get something like Firebug (which stops at that line) or try your map in a browser. Firefox reports "new GIcon (G_DEFAULT_ICON) is not a constructor". You can't do a new "new" if you mean a new GIcon. 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 -~----------~----~----~----~------~----~------~--~---
