We're just a few weeks away from deprecating our old accessor methods
and event names. If you haven't updated your map applications to
reference the new syntax, I urge you to do so now. The old syntax will
be removed permanently starting November. If your application is still
referencing the old syntax after the deprecation date, it runs the
risk of breaking entirely.
====
About a month ago, we posted an announcement to inform everyone of the
deprecation behind our old accessor methods and event names in the V3
API. Here's the link in case you've missed it:
http://groups.google.com/group/google-maps-js-api-v3-notify/browse_thread/thread/364d64afde831e70#
Once again the details of the syntax changes are as follows. We
removed underscores from all accessor methods and converted all event
names to lowercase. For example:
Setters: set_funBoat() ==> setFunBoat()
Getters: get_funBoat() ==> getFunBoat()
Events: funBoat_changed ==> funboat_changed
Use the reference documentation as your guide to update your
applications:
http://code.google.com/apis/maps/documentation/v3/reference.html
Thanks!
Dann