Direction du panorama Street View associé, en degrés dans le sens des aiguilles d'une montre à partir du nord.
public
final
String
panoId
ID de panorama du panorama Street View associé
Méthodes publiques
public
boolean
est égal(e) à(Objet o)
Paramètres
o
public
int
hashCode()
public
String
toString()
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/05/13 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/05/13 (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"]]