public class DefaultOrientationDetector extends java.lang.Object implements OrientationDetector
OrientationDetector.Listener
Constructor and Description |
---|
DefaultOrientationDetector() |
Modifier and Type | Method and Description |
---|---|
void |
checkOrientation(MeridianLocation userLocation,
MeridianOrientation userOrientation,
RouteStep currentRouteStep) |
void |
reset() |
void |
setListener(OrientationDetector.Listener listener) |
public void setListener(OrientationDetector.Listener listener)
setListener
in interface OrientationDetector
public void reset()
reset
in interface OrientationDetector
public void checkOrientation(MeridianLocation userLocation, MeridianOrientation userOrientation, RouteStep currentRouteStep)
checkOrientation
in interface OrientationDetector