public final class RenderMode
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static interface |
RenderMode.Mode |
One of these constants should be used with
LocationComponent.setRenderMode(int) . |
Modifier and Type | Field | Description |
---|---|---|
static int |
COMPASS |
Tracking the user location with bearing considered
from a
CompassEngine . |
static int |
GPS |
Tracking the user location with bearing considered from
Location . |
static int |
NORMAL |
Basic tracking is enabled, bearing ignored.
|
public static final int NORMAL
public static final int COMPASS
CompassEngine
.public static final int GPS
Location
.