The information is not held in the marker.title property. Where it is 
held varies from release to release. In v2.129e it's held in 
marker.$.title.

Also, the information is only processed when you addOverlay the marker. 
So in v2,129e you can write:

marker.$.title = "updated title";
map.removeOverlay(marker);
map.addOverlay(marker);

There is an enhancement request for a marker.setTitle() feature.
http://code.google.com/p/gmaps-api-issues/issues/detail?id=112

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to