# Print output for @column tags ?> CellLocation - Android SDK | Android Developers

Most visited

Recently visited

CellLocation

public abstract class CellLocation
extends Object

java.lang.Object
   ↳ android.telephony.CellLocation


Abstract class that represents the location of the device.

Summary

Public constructors

CellLocation()

Public methods

static CellLocation getEmpty()

Return a new CellLocation object representing an unknown location, or null for unknown/none phone radio types.

static void requestLocationUpdate()

Request an update of the current location.

Inherited methods

Public constructors

CellLocation

public CellLocation ()

Public methods

getEmpty

public static CellLocation getEmpty ()

Return a new CellLocation object representing an unknown location, or null for unknown/none phone radio types.

Returns
CellLocation

requestLocationUpdate

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 PhoneStateListener#LISTEN_CELL_LOCATION.