LocationRequest.Quality Property

Definition

Returns the quality hint for this location request.

public int Quality { [Android.Runtime.Register("getQuality", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getQuality", "()I", "", ApiSince=31)>]
member this.Quality : int

Property Value

Int32

the desired quality tradeoffs between accuracy and power

Attributes

Remarks

Java documentation for android.location.LocationRequest.getQuality().

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