You are using both constructors to GIcon and GMarker wrongly. Check the documentation for the correct syntax: http://code.google.com/apis/maps/documentation/reference.html#GIcon http://code.google.com/apis/maps/documentation/reference.html#GMarker
-- Marcelo - http://maps.forum.nu -- On Apr 17, 3:33 pm, e <[email protected]> wrote: > My apologies for not adhering to the posting guidelines. > > Here's the pagehttp://mrsc.co.uk/search_test.html > > Here's some > xmlhttp://mrsc.co.uk/phpsqlsearch_genxml.php?lat=51&lng=-1&radius=25 > > and here's an imagehttp://mrsc.co.uk/mapicons/marker_blue.png > > On Apr 17, 2:13 pm, Esa <[email protected]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
