On 21 May 2010 13:52, [email protected] <[email protected]> wrote: > yes, I am following Mikes tutorial Part 9 Making your own custom > markers.
Are you? Really? > I have defined my marker and nothing is showing now?! > > here is my code: > > [code] Please don't post code. There is no guarantee that you have posted everything relevant, and Firebug is far better than eyeball. > var marker = new GMarker(point,icons[icontype]); > ... > var marker = new GIcon(); If you are attempting to use "icons[icontype]", why are you defining something called "marker"? Andrew -- Andrew C Leach -- 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.
