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 TypeMethodDescriptionvoid
checkOrientation
(MeridianLocation userLocation, MeridianOrientation userOrientation, RouteStep currentRouteStep) void
reset()
void
setListener
(OrientationDetector.Listener listener)
-
Constructor Details
-
DefaultOrientationDetector
public DefaultOrientationDetector()
-
-
Method Details
-
setListener
- Specified by:
setListener
in interfaceOrientationDetector
-
reset
public void reset()- Specified by:
reset
in interfaceOrientationDetector
-
checkOrientation
public void checkOrientation(MeridianLocation userLocation, MeridianOrientation userOrientation, RouteStep currentRouteStep) - Specified by:
checkOrientation
in interfaceOrientationDetector
-