[[["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-05-12 UTC."],[[["`StreetViewPanoramaLink` is an immutable class representing a link to another Street View panorama."],["It contains the `panoId` of the linked panorama and the `bearing` indicating the direction."],["Provides methods for checking equality (`equals`), generating hash code (`hashCode`), and converting to string representation (`toString`)."]]],["`StreetViewPanoramaLink` represents a link to another Street View panorama. It holds two key pieces of information: `bearing`, the direction of the linked panorama in degrees, and `panoId`, the unique identifier of the linked panorama. It implements Parcelable. It also provides standard methods like `equals()`, `hashCode()`, and `toString()`. The interface `android.os.Parcelable` has the abstract methods `describeContents()` and `writeToParcel()`. The inherited methods from `java.lang.Object` are also available.\n"]]