RangingPosition

class RangingPosition


Position of a device during ranging.

Summary

Public constructors

RangingPosition(
    distance: RangingMeasurement?,
    azimuth: RangingMeasurement?,
    elevation: RangingMeasurement?,
    elapsedRealtimeNanos: Long
)

Public properties

RangingMeasurement?

The azimuth angle in degrees of the ranging device, or null if not available.

RangingMeasurement?

The line-of-sight distance in meters of the ranging device, or null if not available.

Long

The elapsed realtime in nanos from when the system booted up to this position measurement.

RangingMeasurement?

The elevation angle in degrees of the ranging device, or null if not available.

Public constructors

RangingPosition

Added in 1.0.0-alpha08
RangingPosition(
    distance: RangingMeasurement?,
    azimuth: RangingMeasurement?,
    elevation: RangingMeasurement?,
    elapsedRealtimeNanos: Long
)

Public properties

azimuth

Added in 1.0.0-alpha08
val azimuthRangingMeasurement?

The azimuth angle in degrees of the ranging device, or null if not available. The range is -90, 90.

distance

Added in 1.0.0-alpha08
val distanceRangingMeasurement?

The line-of-sight distance in meters of the ranging device, or null if not available.

elapsedRealtimeNanos

Added in 1.0.0-alpha08
val elapsedRealtimeNanosLong

The elapsed realtime in nanos from when the system booted up to this position measurement.

elevation

Added in 1.0.0-alpha08
val elevationRangingMeasurement?

The elevation angle in degrees of the ranging device, or null if not available. The range is -90, 90.