Well, I cannot "join the forum for publishing" on Google Maps, so I think I will ask here. I recently noticed the following error that occurred in the 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.
It seems that the error was caused by the undefined function called with the error here:
fd[ac](fb,c)
d[ac] is a function called apply , but fd[ac] does not exist.
Does anyone know how I can make it work again? Or how to actually tell Google about the problem so that they can do something about it?
Thanks.
source share