Google Maps API Error when using Wikipedia overlay

Mittwoch, 18. März 2009

Error "i[hb] is not a function"

In the current version of the Maps API you may have problems with the wikipedia or the Panoramio layer.

Load the previous version instead, which is according to this thread v2.149. Load it using

google.load("maps", "2.149");

or

<script src="http://www.google.com/maps?file=googleapi&v=2.149&key=YOUR_KEY" type="text/javascript">
</script>