Android.Locations.Criteria.SpeedAccuracy Property
Returns a constant indicating the desired speed accuracy Accuracy may be Criteria.ACCURACY_LOW, Criteria.ACCURACY_HIGH, or Criteria.NoRequirement.

Syntax

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

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif accuracy is not one of the supported constants
Java.Lang.IllegalArgumentExceptionif accuracy is not one of the supported constants
Java.Lang.IllegalArgumentExceptionif accuracy is not one of the supported constants
Java.Lang.IllegalArgumentExceptionif accuracy is not one of the supported constants
Java.Lang.IllegalArgumentExceptionif accuracy is not one of the supported constants

Remarks

Get method documentation [Android Documentation]

Returns a constant indicating the desired speed accuracy Accuracy may be Criteria.ACCURACY_LOW, Criteria.ACCURACY_HIGH, or Criteria.NoRequirement.

Set method documentation [Android Documentation]

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

Requirements

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