3

Often the geocoding in my application will return rooftop accuracy.

When I zoom into the location, and I switch on street view, I will end up inside a building, rather than on the street. I want to always be out on the street.

I was looking for some kind of configuration setting here: street view documentation, that will allow me to turn off building interiors but no luck. Can someone confirm whether or not what I'm looking for is possible?

Thanks.

Kara
  • 6,115
  • 16
  • 50
  • 57
blomster
  • 768
  • 2
  • 10
  • 27
  • 1
    https://code.google.com/p/gmaps-api-issues/issues/detail?id=4831&can=1&q=ApiType%3AJavascript3%20streetview&sort=-stars%20-modified%20-id&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Stars%20ApiType%20Internal%20Modified – geocodezip Dec 05 '13 at 15:05
  • The code sample can be found at https://stackoverflow.com/a/49364292/5140781 – xomena Mar 19 '18 at 13:40

2 Answers2

1

That ability doesn't currently exist, see this enhancement request for the API (star it if you are interested in having it added)

geocodezip
  • 158,664
  • 13
  • 220
  • 245
1

The property we're looking for is google.maps.StreetViewSource.OUTDOOR. Docs:

PS: Thanks to geocodezip for the bug tracking URL reference.

Rafael Xavier
  • 2,840
  • 27
  • 34