public static interface OrientationManager.OnChangedListener
Modifier and Type | Method and Description |
---|---|
void |
onAccuracyChanged(OrientationManager orientationManager)
Called when the accuracy of the compass changes.
|
void |
onLocationChanged(OrientationManager orientationManager)
Called when the user's location changes.
|
void |
onOrientationChanged(OrientationManager orientationManager)
Called when the user's orientation changes.
|
void onOrientationChanged(OrientationManager orientationManager)
orientationManager
- the orientation manager that detected the changevoid onLocationChanged(OrientationManager orientationManager)
orientationManager
- the orientation manager that detected the changevoid onAccuracyChanged(OrientationManager orientationManager)
orientationManager
- the orientation manager that detected the changeCopyright © 2014. All rights reserved.