This kind request is for google developers.
I'm working with polygons, which have mouseover, mouseout and click
event.
In an apparent random way, sometimes (not often) I get an error in
this google's minified function:

function eC(a,b,c,d){for(var e=0,f=d[y];e<f;++e){var g;a:{g=d[e];var
h=g[y];if(h){var k=0,q=c*c,u=void 0,z=void 0,B=void 0,C=void 0,H=void
0,K=void 0;C=g[k++]-a;H=g[k++]-b;K=(C<-c?1:0)|(C>c?2:0)|(H<-c?4:0)|
(H>c?8:0);if(!K&&C*C+H*H<=q)g=i;else{for(;k<h;){u=C;z=H;B=K;C=g[k++]-
a;H=g[k++]-b;K=(C<-c?1:0)|(C>c?2:0)|(H<-c?4:0)|(H>c?8:0);if(!(B&K))
{if(!K&&C*C+H*H<=q){g=i;break a}u=C-u;B=H-z;z=u*u
+B*B;if(z<1.0E-12)break;u=C*u+H*B;if(u<0||u>z)break;if(C*C+H*H-u*u/
z<=q){g=i;break a}}}g=l}}else g=l}if(g)return i}return l}

When I get the error, the fourth function argument (d) is undefined.
It's not easy to reproduce the problem, and my code is quite complex.
Anyway, also when I get the error, if I let run the code, everything
goes ok, in the exact same way that when I don't get the error.
The random error can appear with every browser.

Could you help me? What kind of work does function eC? What is for
argument d?

Many, many thanks. Sorry for my english.

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