Hi i am trying to show a png like image of a location's street view , using the street view api. I created a div of 80 by 80 pixels and fr panorama options i passed in the following...
position: loc,
scrollwheel: false,
zoomControl: false,
enableCloseButton: false,
panControl: false,
linksControl: false,
disableDoubleClickZoom: true,
addressControl: false,
pov: {
heading: 0,
zoom: 0,
pitch: 0
}
Now what is happening is due to the small size the default that it renders is a gray map, I have to hold my mouse and drag to see something that looks like a street view.
This does not happening when the map is big in size. Is there anyway to get around the small size issue
Thanks -D