Android.Locations.Criteria.Accuracy Property
Returns a constant indicating desired accuracy of location Accuracy may be Criteria.ACCURACY_FINE if desired location is fine, else it can be Criteria.ACCURACY_COARSE.

Syntax

[get: Android.Runtime.Register("getAccuracy", "()I", "GetGetAccuracyHandler")]
[set: Android.Runtime.Register("setAccuracy", "(I)V", "GetSetAccuracy_IHandler")]
public virtual Accuracy Accuracy { 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 desired accuracy of location Accuracy may be Criteria.ACCURACY_FINE if desired location is fine, else it can be Criteria.ACCURACY_COARSE.

Set method documentation [Android Documentation]

Indicates the desired accuracy for latitude and longitude. Accuracy may be Criteria.ACCURACY_FINE if desired location is fine, else it can be Criteria.ACCURACY_COARSE. 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 1