Criteria.SpeedAccuracy Property

Definition

Returns a constant indicating the desired speed accuracy. -or- Indicates the desired speed accuracy.

public virtual Android.Locations.Accuracy SpeedAccuracy { [Android.Runtime.Register("getSpeedAccuracy", "()I", "GetGetSpeedAccuracyHandler")] get; [Android.Runtime.Register("setSpeedAccuracy", "(I)V", "GetSetSpeedAccuracy_IHandler")] set; }
[<get: Android.Runtime.Register("getSpeedAccuracy", "()I", "GetGetSpeedAccuracyHandler")>]
[<set: Android.Runtime.Register("setSpeedAccuracy", "(I)V", "GetSetSpeedAccuracy_IHandler")>]
member this.SpeedAccuracy : Android.Locations.Accuracy with get, set

Property Value

Attributes

Exceptions

if accuracy is not one of the supported constants

Remarks

Property getter documentation:

Returns a constant indicating the desired speed accuracy.

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

Property setter documentation:

Indicates the desired speed accuracy. Accuracy may be #ACCURACY_LOW, #ACCURACY_MEDIUM, #ACCURACY_HIGH, or #NO_REQUIREMENT. More accurate location may consume more power and may take longer.

Java documentation for android.location.Criteria.setSpeedAccuracy(int).

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