[[["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-09-03 UTC."],[[["\u003cp\u003e\u003ccode\u003eStreetViewPanoramaLink\u003c/code\u003e is an immutable class providing a connection to another Street View panorama.\u003c/p\u003e\n"],["\u003cp\u003eIt includes \u003ccode\u003ebearing\u003c/code\u003e indicating the linked panorama's direction and \u003ccode\u003epanoId\u003c/code\u003e as its unique identifier.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers methods for equality checks (\u003ccode\u003eequals\u003c/code\u003e), hash code generation (\u003ccode\u003ehashCode\u003c/code\u003e), string representation (\u003ccode\u003etoString\u003c/code\u003e), and parceling (\u003ccode\u003ewriteToParcel\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,["# StreetViewPanoramaLink\n\npublic class **StreetViewPanoramaLink** extends AbstractSafeParcelable \nAn immutable class that represents a link to another Street View panorama. \n\n### Inherited Constant Summary\n\nFrom interface com.google.android.gms.common.internal.safeparcel.SafeParcelable \n\n|--------|------|---|\n| String | NULL | |\n\nFrom interface android.os.Parcelable \n\n|-----|-------------------------------|---|\n| int | CONTENTS_FILE_DESCRIPTOR | |\n| int | PARCELABLE_WRITE_RETURN_VALUE | |\n\n### Field Summary\n\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|\n| public final float | [bearing](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#bearing) | The direction of the linked Street View panorama, in degrees clockwise from north |\n| public final String | [panoId](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#panoId) | Panorama ID of the linked Street View panorama |\n\n### Public Method Summary\n\n|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| boolean | [equals](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#equals(java.lang.Object))(Object o) |\n| int | [hashCode](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#hashCode())() |\n| String | [toString](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#toString())() |\n| void | [writeToParcel](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#writeToParcel(android.os.Parcel,%20int))(Parcel out, int flags) |\n\n### Inherited Method Summary\n\nFrom class com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable \n\n|-----------|--------------------|\n| final int | describeContents() |\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nFrom interface android.os.Parcelable \n\n|---------------|--------------------------------------|\n| abstract int | describeContents() |\n| abstract void | writeToParcel(Parcel arg0, int arg1) |\n\nFields\n------\n\n#### public final float\n**bearing**\n\nThe direction of the linked Street View panorama, in degrees clockwise from north \n\n#### public final String\n**panoId**\n\nPanorama ID of the linked Street View panorama\n\nPublic Methods\n--------------\n\n#### public boolean\n**equals**\n(Object o)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| o | |\n|---|---|\n\n#### public int\n**hashCode**\n()\n\n\u003cbr /\u003e\n\n#### public String\n**toString**\n()\n\n\u003cbr /\u003e\n\n#### public void\n**writeToParcel**\n(Parcel out, int flags)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| out | |\n| flags | |\n|-------|---|"]]