> Ok, I will checkout this scope issue. But, all my js code is > encapsulated in a generic function launched by jQuery :
Yes, that means that eveything declared with var = ... or function ... will be in local scope to that function. In many cases you may be getting 'function closure' inadvertently, but perhaps not all. Difficult to tell without the full working example. > Is that the problem ? Don't know, its a guess. Here's one that works - http://econym.org.uk/gmap/basic3.htm which you could copy the structure of. -- 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.
