Android.Locations.Criteria.BearingRequired Property
Returns whether the provider must provide bearing information.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

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

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1