com.nutiteq.location.cellid
Interface CellIdDataReader

All Known Implementing Classes:
MotorolaCellIdDataReader, NokiaCellIdDataReader, SonyEricssonCellIdDataReader

public interface CellIdDataReader

Implementation interface for retrieving data required for CellId location positioning.


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
 

Method Detail

getCellId

java.lang.String getCellId()
Get CellId

Returns:
cell id

getMcc

java.lang.String getMcc()
Get mobile country code

Returns:
mobile country code

getMnc

java.lang.String getMnc()
Get mobile network code

Returns:
mobile network code

getLac

java.lang.String getLac()
Get location area code

Returns:
location area code