Accuracy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
| 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.