New basemap styling is coming soon to Google Maps Platform. This update to map styling includes a new default color palette, modernized pins, and improvements to map experiences and usability. All map styles will be automatically updated in March 2025. For more information on availability and how to opt in earlier, see New map style for Google Maps Platform.
Default: Uses the default sources of Street View, searches will not be limited to specific
sources.
public
static
final
StreetViewSource
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, photo spheres are not returned
because it's unknown whether they are indoors or outdoors.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-13 UTC."],[[["`StreetViewSource` helps to specify the source of Street View imagery, like outdoor or default (all sources)."],["It provides two options: `DEFAULT` for using all sources and `OUTDOOR` for limiting to outdoor imagery."],["`OUTDOOR` excludes indoor panoramas and photo spheres, focusing on outdoor collections."],["Use `StreetViewSource` with methods like `setPosition()` in `StreetViewPanorama` or `StreetViewPanoramaOptions` to control imagery source."]]],[]]