The Google Maps documentation indicates that adding a title
property to a Marker object will result in its value appearing as a tooltip when the user hovers over that Marker. This used to work perfectly (including in v3 of the API), but at some point over the past few months it has stopped working, including on the simple marker example provided in the documentation. I no longer see a tooltip on either Chrome or Firefox.
Has something changed in the API recently that hasn't been documented? I'm aware that I could use an InfoWindow or a mouseOver
event, but neither of these should be necessary based on the documentation.