public class MyBearingTracking
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MyBearingTracking.Mode
Indicates the parameter accepts one of the values from
MyBearingTracking. |
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPASS
Tracking the bearing of the user based on sensor data
|
static int |
GPS
Tracking the bearing of the user based on GPS data
|
static int |
NONE
Bearing tracking is disabled
|
| Constructor and Description |
|---|
MyBearingTracking() |
public static final int NONE
public static final int COMPASS
public static final int GPS