java.lang.Object | |
↳ | android.telephony.CellLocation |
Known Direct Subclasses
|
Abstract class that represents the location of the device.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Return a new CellLocation object representing an unknown
location, or null for unknown/none phone radio types.
|
||||||||||
|
Request an update of the current location.
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Return a new CellLocation object representing an unknown location, or null for unknown/none phone radio types.
Request an update of the current location. If the location has changed,
a broadcast will be sent to everyone registered with
LISTEN_CELL_LOCATION
.