Google map API 3 street view panorama by photographer

196 Views Asked by At

I create a street view Panorama by the following code, but it returns a custom street view which was taken by some photographers. Is there any method to ignore those panoramas as some of them are internal building views, I just want to get the google official street view?

pano.setOptions({
    visible: true,
    position: map.getCenter(),                  
    enableCloseButton : false
});
0

There are 0 best solutions below