[[["容易理解","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-03-20 (世界標準時間)。"],[[["`StreetViewPanoramaLocation` is an immutable class providing details about the user's current Street View panorama."],["It includes the panorama ID (`panoId`), geographical location (`position`), and links to neighboring panoramas (`links`)."],["Developers can use this class to access and display information about the current Street View scene."],["A constructor is provided to create a `StreetViewPanoramaLocation` instance using the links, position, and panorama ID."]]],["The `StreetViewPanoramaLocation` class provides details about a user's current Street View panorama. It contains the panorama's ID (`panoId`), its geographic `position` as a LatLng, and an array of reachable `links` to other panoramas. It can be constructed with `links`, `position`, and `panoId` parameters. The class also includes standard methods for `equals`, `hashCode`, and `toString`, as well as `describeContents` and `writeToParcel` for parcelable implementation.\n"]]