The status returned by the StreetViewService on completion of a Street View request. These can be specified by value, or by using the constant's name. For example, 'OK' or google.maps.StreetViewStatus.OK.
StreetViewService
'OK'
google.maps.StreetViewStatus.OK
The request was successful.
The request could not be successfully processed, yet the exact reason for failure is unknown.
There are no panoramas found that match the search criteria.
Generated using TypeDoc
The status returned by the
StreetViewService
on completion of a Street View request. These can be specified by value, or by using the constant's name. For example,'OK'
orgoogle.maps.StreetViewStatus.OK
.