LocationProvider.SupportsBearing Method

Definition

Returns true if the provider is able to provide bearing information, false otherwise.

[Android.Runtime.Register("supportsBearing", "()Z", "GetSupportsBearingHandler")]
public virtual bool SupportsBearing ();
[<Android.Runtime.Register("supportsBearing", "()Z", "GetSupportsBearingHandler")>]
abstract member SupportsBearing : unit -> bool
override this.SupportsBearing : unit -> bool

Returns

Attributes

Remarks

Returns true if the provider is able to provide bearing information, false otherwise. A provider that reports bearing under most circumstances but may occassionally not report it should return true.

Java documentation for android.location.LocationProvider.supportsBearing().

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