I added that to http://www.hardins.com/retail2.htm and the search is finding addresses, but not placing a marker
On Oct 3, 10:20 am, Ralph Ames <[EMAIL PROTECTED]> wrote: > >http://www.hardins.com/retail2.htmis where I am trying to change the > >icon that is shown. I'm not sure where I am failing there, it is > >still showing the default icon. > > Add this line > > var point = new GLatLng(p[1],p[0]); > > and change this line > > var marker = new GMarker(point,newIcon); > > Ralph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
