Build m5-rc15

com.google.googlenav.gps
Class CellIdLocationResolver

java.lang.Object
  extended by com.google.googlenav.gps.CellIdLocationResolver

public class CellIdLocationResolver
extends Object


Nested Class Summary
static interface CellIdLocationResolver.Listener
           
 
Field Summary
static int REQUEST_ID_CELL_ID_BASED_LOCATION
           
 
Constructor Summary
CellIdLocationResolver(DataRequestDispatcher datarequestdispatcher)
           
 
Method Summary
 void getFixes(CellTowerInfo[] acelltowerinfo, boolean flag, CellIdLocationResolver.Listener listener)
           
static void writeCtiForLbsRequest(CellTowerInfo celltowerinfo, DataOutput dataoutput)
           
static void writeCtiForReport(CellTowerInfo celltowerinfo, DataOutput dataoutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_ID_CELL_ID_BASED_LOCATION

public static final int REQUEST_ID_CELL_ID_BASED_LOCATION
See Also:
Constant Field Values
Constructor Detail

CellIdLocationResolver

public CellIdLocationResolver(DataRequestDispatcher datarequestdispatcher)
Method Detail

getFixes

public void getFixes(CellTowerInfo[] acelltowerinfo,
                     boolean flag,
                     CellIdLocationResolver.Listener listener)

writeCtiForReport

public static void writeCtiForReport(CellTowerInfo celltowerinfo,
                                     DataOutput dataoutput)
                              throws IOException
Throws:
IOException

writeCtiForLbsRequest

public static void writeCtiForLbsRequest(CellTowerInfo celltowerinfo,
                                         DataOutput dataoutput)
                                  throws IOException
Throws:
IOException

Build m5-rc15

Please submit a feedback, bug or feature