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