How do I update the title of a marker ? The title is initially set
when the marker is created.
E.g.
var marker = GMarker(new GLatLng(-43,172), {title:"Initial title"});
// other code
marker.title = "updated title";
This updates the title property but not the tooltip that displays when
the mouse hovers over the marker. I'd like to change the tooltip too.
Thanks
D
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---