Retrieves the StreetViewPanoramaData
for a panorama that
matches the supplied Street View query request. The
StreetViewPanoramaData
is passed to the provided callback.
Optional
callback: (a: null | StreetViewPanoramaData, b: StreetViewStatus) => void
A
StreetViewService
object performs searches for Street View data.Access by calling
const {StreetViewService} = await google.maps.importLibrary("streetView")
. See https://developers.google.com/maps/documentation/javascript/libraries.