A StreetViewService object performs searches for Street View data.
StreetViewService
Access by calling const {StreetViewService} = await google.maps.importLibrary("streetView"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {StreetViewService} = await google.maps.importLibrary("streetView")
Retrieves the StreetViewPanoramaData for a panorama that matches the supplied Street View query request. The StreetViewPanoramaData is passed to the provided callback.
StreetViewPanoramaData
Generated using TypeDoc
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.