LocationRequest.Quality Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
the desired quality tradeoffs between accuracy and power
- Attributes
Remarks
Returns the quality hint for this location request. The quality hint informs the provider how it should attempt to manage any accuracy vs power tradeoffs while attempting to satisfy this location request.
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.