The following function is located in the main.js javascript source of the 
Google Maps API version 3.3.6. I have a simple map display on a web page and 
a javascript error is being generated by the statement "b.x = d.x + c;". The 
error is "a.d is undefined" in Firefox3; "d is null or not an object" in 
IE7. This error is causing problems trying to integrate the map display 
inside another page on my website. To which object in the API does object a 
refer? Object d?

function fw(a, b, c, d, e) {
        if (a && b && M(c)) {
            if ((b = zf(a, b, c))) {
                if (d) {
                    if ((a = ew(a, c)) && a != Infinity) {
                        c = b.x - d.x;
                        c = Kc(c, - (a / 2), a / 2);
                        b.x = d.x + c;
                    }
                }
                d = Bc(b.x - e[t]);
                e = Bc(b.y - e[I]);
                return new T(d, e);
            }
        }
        return j;
    }

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

Reply via email to