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
Access by calling const {StreetViewStatus} = await google.maps.importLibrary("streetView"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {StreetViewStatus} = await google.maps.importLibrary("streetView")
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
.Access by calling
const {StreetViewStatus} = await google.maps.importLibrary("streetView")
. See https://developers.google.com/maps/documentation/javascript/libraries.