Share via


GnssMeasurement.SnrInDb Property

Definition

Gets the (post-correlation & integration) Signal-to-Noise ratio (SNR) in dB.

public double SnrInDb { [Android.Runtime.Register("getSnrInDb", "()D", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getSnrInDb", "()D", "", ApiSince=24)>]
member this.SnrInDb : double

Property Value

Attributes

Remarks

Gets the (post-correlation & integration) Signal-to-Noise ratio (SNR) in dB.

The value is only available if #hasSnrInDb() is true.

Java documentation for android.location.GnssMeasurement.getSnrInDb().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to