I'd like to know if anyone knows how to exclude interior views when requesting the nearest street view panorama? I'm noticing more and more interior, "Business", views being returned for locations in well developed areas. I've searched the Javascript API reference for the google.maps.StreetViewPanorama and examined the data returned from the google.maps.StreetViewService class, but I can't see any telltale sign that would allow me to programmatically determine which I'm getting back for a particular location.
I have seen this question: How to know if street view panorama is indoors or outdoors and do not consider it an answer to mine.