java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | sofia.gps.LocationTracker.Power |
TODO comment
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
LocationTracker.Power | ANY | Indicates that any power requirement is acceptable. | |||||||||
LocationTracker.Power | HIGH | Indicates a high power requirement. | |||||||||
LocationTracker.Power | LOW | Indicates a low power requirement. | |||||||||
LocationTracker.Power | MEDIUM | Indicates a medium power requirement. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
value()
Gets the Android Criteria integer constant that corresponds
to this power level.
| ||||||||||
static LocationTracker.Power | valueOf(String name) | ||||||||||
final static Power[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Gets the Android Criteria integer constant that corresponds to this power level.