I've got a webapp that uses Google Maps Javascript API V3 to display a regular googlemap and a StreetView side by side. When the map changes position, it tells the streetview to follow it using StreetViewPanorama.setPosition().
However, when I scroll the map to someplace where StreetView is not available, the streetview image stays stuck at the last location. Its getPosition() method returns the same LatLng as the master map.
How can I tell if I have moved to a place where StreetView is not available?
-- Wade Leftwich Ithaca, NY