street-view

How to disable mouse wheel zoom on Google streetview?

Consider the following example code: http://code.google.com/apis/maps/documentation/javascript/examples/streetview-simple.html I can do scrollwheel: false on a mapOptions to disable mouse wheel zoom. The feature is not implemented on the streetview panoramaOptions. In Chrome, I can safely disable mouse wheel zoom on the streetview simp...

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...

Google Maps API v3 panorama problem

Hi-- I'm updating some v2 API code to work with the v3 API. For the most part it's way better. But I'm running into some issues with the panorama object. Though the panorama object appears in the correct div, and all the copyright/controls appear, the window is blank (solid grey). Oddly the pano window shows the proper address for the g...