Ber79AtPixelario / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

infobubble.js does not work well with api version 3.10 #217

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When using the latest maps v3 api version (3.10) the content of the infobubble 
is empty when set like this:

infoBubble.content = '<div id="infoboxcontent"><div 
id="infoboxtext">CONTENT</div></div>';

Also, there is an error when setting the position like this:

infoBubble.position = e.latLng;

The error occurs in InfoBubble.prototype.panToView with the line  pos.y -= 
deltaY;  (pos is undefined)

Original issue reported on code.google.com by i...@bourgondien.nl on 7 Dec 2012 at 4:28