java.lang.Object |
↳ |
com.google.android.gms.maps.model.StreetViewPanoramaOrientation |
Class Overview
An immutable class that aggregates all user point of view parameters.
Summary
Nested Classes |
class |
StreetViewPanoramaOrientation.Builder |
Builds Street View panorama orientations. |
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
Fields |
public
final
float |
bearing |
Direction of the orientation, in degrees clockwise from north. |
public
final
float |
tilt |
The angle, in degrees, of the orientation. |
[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
float
bearing
Direction of the orientation, in degrees clockwise from north.
public
final
float
tilt
The angle, in degrees, of the orientation. See tilt
for details of
restrictions on the range of values.
Public Constructors
public
StreetViewPanoramaOrientation
(float tilt, float bearing)
Constructs a StreetViewPanoramaOrientation.
Parameters |
tilt |
float :
The angle, in degrees, of the orientation. See
tilt
for details of restrictions. |
bearing |
float :
Direction of the orientation, in degrees clockwise from north.
This value will be normalized to be within 0 degrees inclusive and 360 degrees
exclusive. |
Throws |
IllegalArgumentException |
if tilt is outside the range of -90 to 90 degrees
inclusive.
|
Public Methods
Creates a builder for a Street View panorama orientation.
Creates a builder for a Street View panorama orientation
Parameters |
orientation |
StreetViewPanoramaOrientation
|
public
boolean
equals
(Object o)
public
String
toString
()
public
void
writeToParcel
(Parcel out, int flags)
Parameters |
out |
Parcel
|
flags |
int
|