On Jun 19, 6:26 pm, TheDeal56 <[email protected]> wrote: > > I need to pass a text value from the section that creates the marker > itself. This is the section I'm talking about: > > var marker = createMarker(point, 'Patterson Park','Patterson Park > Community Center') > map.addOverlay(marker); > > Does that make sense? For some reason, I can't explain this very well.
Alter the createMarker function to match what you pass to it. You haven't given a link as the posting guidelines request, and you haven't given us your createMarker function definition either, so we've no idea what "Patterson Park" and "Patterson Park Community Center" actually are or how you want to use those strings. Please don't post your entire code as you offered. Please post a link so we can *see* it in action (and can get at the source code without it being mangled by the Group interface) 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 -~----------~----~----~----~------~----~------~--~---
