Google Javascript Api V3 - Street View Service - Turn Off Building Interiors
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 th
Solution 1:
The property we're looking for is google.maps.StreetViewSource.OUTDOOR
. Docs:
PS: Thanks to geocodezip for the bug tracking URL reference.
Solution 2:
That ability doesn't currently exist, see this enhancement request for the API (star it if you are interested in having it added)
Post a Comment for "Google Javascript Api V3 - Street View Service - Turn Off Building Interiors"