public final class CameraMode
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CameraMode.Mode |
Determine the camera tracking behavior in the
LocationComponent. |
| Modifier and Type | Field | Description |
|---|---|---|
static int |
NONE |
No camera tracking.
|
static int |
NONE_COMPASS |
Camera does not track location, but does track compass bearing.
|
static int |
NONE_GPS |
Camera does not track location, but does track GPS
Location bearing. |
static int |
TRACKING |
Camera tracks the user location.
|
static int |
TRACKING_COMPASS |
Camera tracks the user location, with bearing
provided by a compass.
|
static int |
TRACKING_GPS |
Camera tracks the user location, with bearing
provided by a normalized
Location.getBearing(). |
static int |
TRACKING_GPS_NORTH |
Camera tracks the user location, with bearing
always set to north (0).
|
public static final int NONE
public static final int NONE_COMPASS
public static final int NONE_GPS
Location bearing.public static final int TRACKING
public static final int TRACKING_COMPASS
public static final int TRACKING_GPS
Location.getBearing().public static final int TRACKING_GPS_NORTH