| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | sofia.gps.LocationTracker.Accuracy | |
Indicates the desired accuracy used for location tracking.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LocationTracker.Accuracy | ANY | Indicates that any GPS accuracy is acceptable. | |||||||||
| LocationTracker.Accuracy | COARSE | Indicates that coarse GPS accuracy is sufficient. | |||||||||
| LocationTracker.Accuracy | FINE | Indicates that finer GPS accuracy is desired. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
value()
Gets the Android Criteria integer constant that corresponds
to this accuracy level.
| ||||||||||
| static LocationTracker.Accuracy | valueOf(String name) | ||||||||||
| final static Accuracy[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Indicates that coarse GPS accuracy is sufficient.
Gets the Android Criteria integer constant that corresponds to this accuracy level.