google-street-view

Resizing street view object

Hello StackOverflow'ers, I have a (flex) app that, on the click of a button, resize a div (in javascript) at the bottom of the page and shows your position in google street view in it. The things is that if I open the browser at 80% of width, click on the button and then maximize the window, the div won't take 100% of width. I have a f...

Get rid of sidebar when linking to Google Maps Streetview

I'm using the v3 maps JS API google.maps.getPanoramaByLocation to create a link to streetview with lat/lng which looks like: http://maps.google.com/?cbll=52.099659,0.140299&cbp=12,0,,,&layer=c, but I was wondering if anyone knew how to get rid of the large left-hand sidebar that appears in street view by default? I've checked map...

Android: using StreetView without starting an intent

Hello all, I'm working on a simple android app in which I want to, once the user has clicked a button on the main screen, display the streetview of known coordinates. I can create display a map like so: mapView = (MapView) findViewById(R.id.mapView); mapView.setBuiltInZoomControls(true); mapController = mapView.getControl...