Thanks for the fast reply. I did come across that link, but what I'm
looking to do is pass a text value from individual markers instead of
attaching it to the icon itself.
I know this is where I would put my tooltip text:
markerOptions = { icon: Icon,title:"THIS IS WHERE I NEED THE CUSTOM
TEXT" };
That part works, but it will display the same text for every marker.
I need something that will dynamically change that text depending on
which marker you hover over.
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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---