public static final enum

LocationTracker.Power

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ sofia.gps.LocationTracker.Power

Class Overview

TODO comment

Summary

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

Enum Values

public static final LocationTracker.Power ANY

Indicates that any power requirement is acceptable.

public static final LocationTracker.Power HIGH

Indicates a high power requirement.

public static final LocationTracker.Power LOW

Indicates a low power requirement.

public static final LocationTracker.Power MEDIUM

Indicates a medium power requirement.

Public Methods

public int value ()

Gets the Android Criteria integer constant that corresponds to this power level.

Returns
  • the Android Criteria integer constant that corresponds to this power level

public static LocationTracker.Power valueOf (String name)

public static final Power[] values ()