getBearingAccuracyDegrees

open fun getBearingAccuracyDegrees(@NonNull location: @NonNull Location): Float(source)

Get the estimated bearing accuracy of this location in degrees.

NOTE: On API levels below 26, the concept of bearing accuracy does not exist. In order to allow for backwards compatibility and testing however, this method will attempt to read a float extra with the key EXTRA_BEARING_ACCURACY and return the result.

See also