public class RangingPosition extends Object
Position of a device during ranging.
Public Method Summary
RangingMeasurement |
getAzimuth()
Gets the azimuth angle in degrees of the ranging device, or null if not
available.
|
RangingMeasurement |
getDistance()
Gets the distance in meters of the ranging device, or null if not available.
|
long |
getElapsedRealtimeNanos()
Returns nanoseconds since boot when the ranging position was taken.
|
RangingMeasurement |
getElevation()
Gets the elevation angle in degrees of the ranging device, or null if not
available.
|
String |
toString()
|
Inherited Method Summary
Public Methods
public RangingMeasurement getAzimuth ()
Gets the azimuth angle in degrees of the ranging device, or null if not available. The range is (-90, 90].
public RangingMeasurement getDistance ()
Gets the distance in meters of the ranging device, or null if not available.
public long getElapsedRealtimeNanos ()
Returns nanoseconds since boot when the ranging position was taken.
public RangingMeasurement getElevation ()
Gets the elevation angle in degrees of the ranging device, or null if not available. The range is (-90, 90].