public class

StreetViewPanoramaLocation

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

Class Overview

An immutable class that contains details of the user's current Street View panorama

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public final StreetViewPanoramaLink[] links Array of StreetViewPanoramaLink able to be reached from the current position
public final String panoId The panorama ID of the current Street View panorama
public final LatLng position The location of the current Street View panorama
Public Constructors
StreetViewPanoramaLocation(StreetViewPanoramaLink[] links, LatLng position, String panoId)
Constructs a StreetViewPanoramaLocation.
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 StreetViewPanoramaLink[] links

Array of StreetViewPanoramaLink able to be reached from the current position

public final String panoId

The panorama ID of the current Street View panorama

public final LatLng position

The location of the current Street View panorama

Public Constructors

public StreetViewPanoramaLocation (StreetViewPanoramaLink[] links, LatLng position, String panoId)

Constructs a StreetViewPanoramaLocation.

Parameters
links List of StreetViewPanoramaLink reachable from the current position.
position The location of the current Street View panorama.
panoId Identification string for the current Street View panorama.

Public Methods

public boolean equals (Object o)

public int hashCode ()

public String toString ()

public void writeToParcel (Parcel out, int flags)