-
public interface IOrientationConsumer
-
-
Method Summary
Modifier and Type Method Description abstract voidonOrientationChanged(float orientation, IOrientationProvider source)-
-
Method Detail
-
onOrientationChanged
abstract void onOrientationChanged(float orientation, IOrientationProvider source)
- Parameters:
orientation- this is magnetic north, not true north
-
-
-
-