On Jul 27, 8:36 am, Ralph Ames <[email protected]> wrote: > >ok, i dont get that error anymore. > >But it still cries about markers not being defined. :/ > > I still get the same error, have saved and uploaded your changes?
Your createMarker function has 3 issues: 1. it is still local to the initialize function 2. it takes 3 arguments (point,name, html), but you provide 2 (point, html). 3. it doesnt return anything. -- Larry > > 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 -~----------~----~----~----~------~----~------~--~---
