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
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
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 |
StreetViewPanoramaLink :
List of StreetViewPanoramaLink reachable from the current position. |
position |
LatLng :
The location of the current Street View panorama. |
panoId |
String :
Identification string for the current Street View panorama.
|
Public Methods
public
boolean
equals
(Object o)
public
String
toString
()
public
void
writeToParcel
(Parcel out, int flags)
Parameters |
out |
Parcel
|
flags |
int
|