On Leveling Available Listener
fun interface OnLevelingAvailableListener : BaseLevelingEstimator2.OnLevelingAvailableListener<LevelingEstimator2, LevelingEstimator2.OnLevelingAvailableListener, LevelingEstimator2.OnAccuracyChangedListener>
Interface to notify when a new leveling measurement is available.
Functions
Link copied to clipboard
abstract fun onLevelingAvailable(estimator: LevelingEstimator2, attitude: Quaternion, timestamp: Long, roll: Double?, pitch: Double?, coordinateTransformation: CoordinateTransformation?)
Called when a new leveling measurement is available.