사용자가 수동 탐색 작업을 실행할 때 StreetViewPanorama는 한 위치에서 다른 위치로 애니메이션 전환을 실행합니다. 이 콜백은 전환 애니메이션이 발생하고 첫 번째 파노라마가 렌더링되었을 때 호출됩니다. 이 콜백은 개발자가 위치를 설정하고 첫 번째 파노라마가 렌더링될 때도 발생합니다. 이 콜백이 활성화되었을 때 일부 파노라마가 로드되지 않았을 수 있습니다. 이 메서드의 구현은 항상 기본 스레드에서 호출됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-05-13(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."]]],[]]