Class DefaultOrientationDetector
java.lang.Object
com.arubanetworks.meridian.location.DefaultOrientationDetector
- All Implemented Interfaces:
OrientationDetector
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.arubanetworks.meridian.location.OrientationDetector
OrientationDetector.Listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckOrientation(MeridianLocation userLocation, MeridianOrientation userOrientation, RouteStep currentRouteStep) voidreset()voidsetListener(OrientationDetector.Listener listener)
-
Constructor Details
-
DefaultOrientationDetector
public DefaultOrientationDetector()
-
-
Method Details
-
setListener
- Specified by:
setListenerin interfaceOrientationDetector
-
reset
public void reset()- Specified by:
resetin interfaceOrientationDetector
-
checkOrientation
public void checkOrientation(MeridianLocation userLocation, MeridianOrientation userOrientation, RouteStep currentRouteStep) - Specified by:
checkOrientationin interfaceOrientationDetector
-