Google maps adding streetview to each infowindow
问题 I would like to add streetview to each infowindow but I can't figure out how to integrate the code. I tried putting the code where the comments are set and that works half. Still have to learn a lot about programming. html += '<div id="content" style="width:200px;height:200px;"></div>'; var pano = null; google.maps.event.addListener(infoWindow, 'domready', function () { if (pano != null) { pano.unbind("position"); pano.setVisible(false); } pano = new google.maps.StreetViewPanorama(document