Well, I can’t seem to “join the forum to post” on Google Maps itself, so I guess I’ll ask here.
I recently noticed the following error that started happening on Google Maps Javascript API 3:
SCRIPT5007: 'undefined' is null or not an object main.js, line 17 character 197
This main.js file is the one used by Google Maps, not one on my own site.
The error seems to be caused by an undefined function being called, with the error happening here:
f.d[ac](f.b,c)
d[ac] is a function called apply, but f.d[ac] doesn’t exist.
Anyone know how I can get it to work again? Or how to actually tell Google about the problem so they can do something about it?
Thanks.
Did you recently change from Google Maps JavaScript API v2 to v3? I had that error couple of times when using the v2 implementation of certain functions. But once again finding the source of your problem will be hard not having any code to take a look at.