Accuracy Enum

Definition

Enumerates values returned by several types.

public enum Accuracy
type Accuracy = 
Inheritance
Accuracy

Fields

Name Value Description
NoRequirement 0

Indicates that the application does not specify a location accuracy requirement.

Fine 1

Indicates a fine location accuracy requirement.

Low 1

Indicates a low location accuracy requirement.

Coarse 2

Indicates an approximate location accuracy requirement.

Medium 2

A constant indicating a medium accuracy requirement

  • currently used only for horizontal accuracy. For horizontal position this corresponds roughly to to an accuracy of between 100 and 500 meters.
High 3

Indicates a high location accuracy requirement.

Remarks

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