android.telephony
public
abstract
class
android.telephony.CellLocation
Abstract class that represents the location of the device. Currently the only
subclass is GsmCellLocation.
Known Direct Subclasses
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
Public Methods
public
static
CellLocation
getEmpty()
Return a new CellLocation object representing an unknown location.
public
static
void
requestLocationUpdate()
Request an update of the current location. If the location has changed,
a broadcast will be sent to everyone registered with
LISTEN_CELL_LOCATION.