public final class CameraPosition
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
CameraPosition.Builder
Builder for composing
CameraPosition objects. |
| Modifier and Type | Field and Description |
|---|---|
double |
bearing
Direction that the camera is pointing in, in degrees clockwise from north.
|
static android.os.Parcelable.Creator<CameraPosition> |
CREATOR |
LatLng |
target
The location that the camera is pointing at.
|
double |
tilt
The angle, in degrees, of the camera angle from the nadir (directly facing the Earth).
|
double |
zoom
Zoom level near the center of the screen.
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<CameraPosition> CREATOR
public final double bearing
public final LatLng target
public final double tilt
public final double zoom
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.Parcelablepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object