public class

StreetViewPanoramaLink

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.maps.model.StreetViewPanoramaLink

Class Overview

An immutable class that represents a link to another Street View panorama.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public final float bearing The direction of the linked Street View panorama, in degrees clockwise from north
public final String panoId Panorama ID of the linked Street View panorama
Public Methods
boolean equals(Object o)
int hashCode()
String toString()
void writeToParcel(Parcel out, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public final float bearing

The direction of the linked Street View panorama, in degrees clockwise from north

public final String panoId

Panorama ID of the linked Street View panorama

Public Methods

public boolean equals (Object o)

public int hashCode ()

public String toString ()

public void writeToParcel (Parcel out, int flags)