Accurate Leveling Estimator
Constructor.
Parameters
Android context.
Device location.
Delay of accelerometer or gravity sensor between samples.
true to use accelerometer sensor, false to use system gravity sensor.
One of the supported accelerometer sensor types.
an averaging filter for accelerometer samples to obtain sensed gravity component of specific force.
true to estimate coordinate transformation, false otherwise. If not needed, it can be disabled to improve performance and decrease cpu load.
true to estimate euler angles, false otherwise. If not needed, it can be disabled to improve performance and decrease cpu load.
listener to notify when a new leveling measurement is available.
listener to notify when a new gravity estimation is available.
listener to notify new accelerometer measurements. (Only used if useAccelerometer is true).
listener to notify new gravity measurements. (Only used if useAccelerometer is false).