com.nutiteq.location.cellid
Class AndroidCellIdDataReader

java.lang.Object
  extended by com.nutiteq.location.cellid.AndroidCellIdDataReader
All Implemented Interfaces:
CellIdDataReader

public class AndroidCellIdDataReader
extends java.lang.Object
implements CellIdDataReader


Constructor Summary
AndroidCellIdDataReader(android.content.Context context)
           
 
Method Summary
 java.lang.String getCellId()
          Get CellId
 java.lang.String getLac()
          Get location area code
 java.lang.String getMcc()
          Get mobile country code
 java.lang.String getMnc()
          Get mobile network code
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndroidCellIdDataReader

public AndroidCellIdDataReader(android.content.Context context)
Method Detail

getCellId

public java.lang.String getCellId()
Description copied from interface: CellIdDataReader
Get CellId

Specified by:
getCellId in interface CellIdDataReader
Returns:
cell id

getLac

public java.lang.String getLac()
Description copied from interface: CellIdDataReader
Get location area code

Specified by:
getLac in interface CellIdDataReader
Returns:
location area code

getMcc

public java.lang.String getMcc()
Description copied from interface: CellIdDataReader
Get mobile country code

Specified by:
getMcc in interface CellIdDataReader
Returns:
mobile country code,

getMnc

public java.lang.String getMnc()
Description copied from interface: CellIdDataReader
Get mobile network code

Specified by:
getMnc in interface CellIdDataReader
Returns:
mobile network code