I can't see any problem on that page. Is it possible that the link
you've provided is to the wrong page, i.e. to a page that doesn't
exhibit the problem that you're experiencing.

Do you understand Function Closure? If not, see if this helps:

  http://econym.org.uk/gmap/closure.htm

When you're making nested asynchronous calls, you may well need to make
a local copy of the variable in the first callback function, so that the
first callback gets the data via Function Closure from the calling
function, and the second callback gets a copy of the data via Function
Closure from the first callback function.

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