Criteria.SpeedRequired Property

Definition

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

public virtual bool SpeedRequired { [Android.Runtime.Register("isSpeedRequired", "()Z", "GetIsSpeedRequiredHandler")] get; [Android.Runtime.Register("setSpeedRequired", "(Z)V", "GetSetSpeedRequired_ZHandler")] set; }
[<get: Android.Runtime.Register("isSpeedRequired", "()Z", "GetIsSpeedRequiredHandler")>]
[<set: Android.Runtime.Register("setSpeedRequired", "(Z)V", "GetSetSpeedRequired_ZHandler")>]
member this.SpeedRequired : bool with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns whether the provider must provide speed information.

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

Property setter documentation:

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

Java documentation for android.location.Criteria.setSpeedRequired(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