Options
All
  • Public
  • Public/Protected
  • All
Menu

Identifiers to limit Street View searches to selected sources. These values are specified as strings. For example, 'outdoor'.

Access by calling const {StreetViewSource} = await google.maps.importLibrary("streetView"). See https://developers.google.com/maps/documentation/javascript/libraries.

Index

Enumeration Members

Enumeration Members

DEFAULT: "default"

Uses the default sources of Street View, searches will not be limited to specific sources.

GOOGLE: "google"

Limits Street View searches to official Google collections.

OUTDOOR: "outdoor"

Limits Street View searches to outdoor collections. Indoor collections are not included in search results. Note also that the search only returns panoramas where it's possible to determine whether they're indoors or outdoors. For example, PhotoSpheres are not returned because it's unknown whether they are indoors or outdoors.

Generated using TypeDoc