Wasn't it Andrew Leach who wrote:
>
>On Mar 19, 4:28 pm, Manight <[email protected]> wrote:
>> I don't think varibales are renamed/removed in newer
>> GMaps builds.. but I may be wrong.
>
>They are. Most of the obfuscated function names change with each
>release. Thus something which does not clash in 2.147 may well
>conflict with 2.148 (for example).

All the simple obfuscated variables that the API uses are local to the
API, so it's perfectly safe to use variable names like a and Bq, even
though there are obfuscated variables with the same names inside the
API.

Where you can get into trouble is if you add Properties or Methods to
exposed API classes, like
  GMarker.me = "Mike";

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