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.
The StreetViewPanorama performs an animated transition from one location to another when the
user performs a manual navigation action. This callback is called when the transition
animation has occurred and the rendering of the first panorama has occurred. This callback
also occurs when the developer sets a position and the rendering of the first panorama has
occurred. It is possible that not all the panoramas have loaded when this callback is
activated. Implementations of this method are always invoked on the main thread.
Parameters
location
Location the StreetViewPanorama is changed to. null if it is an
invalid panorama
[[["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-09 UTC."],[[["`StreetViewPanorama.OnStreetViewPanoramaChangeListener` is an interface used to listen for changes in the Street View panorama."],["The `onStreetViewPanoramaChange` method is called when the Street View panorama loads a new panorama, either due to user navigation or programmatic changes."],["This method provides the new `StreetViewPanoramaLocation`, which can be null if the panorama is invalid."],["The callback is triggered after the transition animation and initial rendering of the new panorama, but not necessarily after all panoramas have loaded."],["`onStreetViewPanoramaChange` is always executed on the main thread."]]],[]]