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
Original issue reported on code.google.com by
i...@bourgondien.nl
on 7 Dec 2012 at 4:28