Leveling Processor
class LevelingProcessor(var processorListener: BaseLevelingProcessor.OnProcessedListener? = null) : BaseLevelingProcessor
Estimates leveling of device (roll and pitch angle) by using estimated gravity vector. This processor does not estimate attitude yaw angle, as either a magnetometer or gyroscope would be needed.