On Oct 9, 7:31 pm, Kashins DaWeeD <[email protected]> wrote: > > I finally managed to make nice map, it works in Chrome as expected, > but when i checked in Firefox it shows error of undefined variable. I > tried a lot of possible solutions I could think of, but for now - > nothing works. So - Id like to know, how to connect all those files > correctly to make it work in FF. Tnx. (btw - IE is not necessary - its > blocked in my web page)
Do you actually need the createMarker function nested like that? Nested functions are generally only needed in very specific circumstances. I would suggest making all your named functions global. -- 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.
