When I use Google Maps as an anonymous user, when I find a company that I’m building a website for, Google shows me some kind of a default street view photo for that place. It’s quite nice and I would like to have this photo appear also in my custom InfoWindow that I’m preparing using API3. Is there a method for that or should I sniff and use its source path?
Share
You can embed the street view panorama like this, or embed a screen capture image in the infowindow contents (
<img src="...">) Also you may set the markervisible: falsehttp://jsfiddle.net/sST8z/