> To know something about "eC" function and its argument "d" could help > me to find a way to reproduce exactly the problem, simplifying your > debugging work.
It would be different in every version of the API. We don't know what version you are using. Use a debugger that allows you to see the stack of function calls - like Firebug - so that you can find out where the mystery function gets called from. This will probably reveal what it is supposed to. Now you can look at what is being passed to it through the stack - undefined variables , or strings instead of numbers perhaps. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
