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

link|improve this question

62% accept rate
People might find it easier to have a go at solving your problem if you posted some sample code for them to tweak – rtpHarry Jun 9 '11 at 19:40
feedback

1 Answer

Have you seen this article which shows you an undocumented way to pull thumbnails out of the system?

How small are you talking?

link|improve this answer
hey I saw that article, unfortunately, can't use that, I am thinking 80px by 80px.. – dhaval2025 Jun 9 '11 at 20:05
That article would work for you, you just pass the height and width in that you want. This works to generate an 80x80 thumb: cbk0.google.com/… – rtpHarry Nov 28 '11 at 19:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.