Android
android.telephony
public abstract class

android.telephony.CellLocation

java.lang.Object
android.telephony.CellLocation

Abstract class that represents the location of the device. Currently the only subclass is GsmCellLocation.

Known Direct Subclasses

Summary

Public Constructors

            CellLocation()

Public Methods

      static    CellLocation  getEmpty()
Return a new CellLocation object representing an unknown location.
      static    void  requestLocationUpdate()
Request an update of the current location.
Methods inherited from class java.lang.Object

Details

Public Constructors

public CellLocation()

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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56