On 8 February 2011 15:30, Andrew Leach <[email protected]> wrote: > > Definitions of functions and objects which are intended to be used in > more than one place must be global. Assignment of objects to variables > can be in initialize() if you want.
And what I meant to say was that your zoom *function* appears to be defined within initialize(). That means it's only available during execution of that function; it's destroyed when the initialize() function ends. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
