public interface OrientationDetector
Modifier and Type | Interface and Description |
---|---|
static interface |
OrientationDetector.Listener |
Modifier and Type | Method and Description |
---|---|
void |
checkOrientation(MeridianLocation userLocation,
MeridianOrientation userOrientation,
RouteStep currentRouteStep) |
void |
reset() |
void |
setListener(OrientationDetector.Listener listener) |
void setListener(OrientationDetector.Listener listener)
void reset()
void checkOrientation(MeridianLocation userLocation, MeridianOrientation userOrientation, RouteStep currentRouteStep)