Criteria.BearingRequired Property

Definition

Returns whether the provider must provide bearing information. -or- Indicates whether the provider must provide bearing information.

public virtual bool BearingRequired { [Android.Runtime.Register("isBearingRequired", "()Z", "GetIsBearingRequiredHandler")] get; [Android.Runtime.Register("setBearingRequired", "(Z)V", "GetSetBearingRequired_ZHandler")] set; }
[<get: Android.Runtime.Register("isBearingRequired", "()Z", "GetIsBearingRequiredHandler")>]
[<set: Android.Runtime.Register("setBearingRequired", "(Z)V", "GetSetBearingRequired_ZHandler")>]
member this.BearingRequired : bool with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns whether the provider must provide bearing information.

Java documentation for android.location.Criteria.isBearingRequired().

Property setter documentation:

Indicates whether the provider must provide bearing information. Not all fixes are guaranteed to contain such information.

Java documentation for android.location.Criteria.setBearingRequired(boolean).

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