public class CellTower
extends java.lang.Object
Please see Cell Tower Object for more detail.
Modifier and Type | Class and Description |
---|---|
static class |
CellTower.CellTowerBuilder |
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
age
age : The number of milliseconds since this cell was primary. |
java.lang.Integer |
cellId
cellId (required): Unique identifier of the cell. |
java.lang.Integer |
locationAreaCode
locationAreaCode (required): The Location Area Code (LAC) for GSM and WCDMAnetworks. |
java.lang.Integer |
mobileCountryCode
mobileCountryCode (required): The cell tower's Mobile Country Code (MCC). |
java.lang.Integer |
mobileNetworkCode
mobileNetworkCode (required): The cell tower's Mobile Network Code. |
java.lang.Integer |
signalStrength
signalStrength : Radio signal strength measured in dBm. |
java.lang.Integer |
timingAdvance
timingAdvance : The timing advance value. |
Constructor and Description |
---|
CellTower() |
public java.lang.Integer cellId
cellId
(required): Unique identifier of the cell. On GSM, this is the Cell ID (CID);
CDMA networks use the Base Station ID (BID). WCDMA networks use the UTRAN/GERAN Cell Identity
(UC-Id), which is a 32-bit value concatenating the Radio Network Controller (RNC) and Cell ID.
Specifying only the 16-bit Cell ID value in WCDMA networks may return inaccurate results.public java.lang.Integer locationAreaCode
locationAreaCode
(required): The Location Area Code (LAC) for GSM and WCDMAnetworks.
The Network ID (NID) for CDMA networks.public java.lang.Integer mobileCountryCode
mobileCountryCode
(required): The cell tower's Mobile Country Code (MCC).public java.lang.Integer mobileNetworkCode
mobileNetworkCode
(required): The cell tower's Mobile Network Code. This is the MNC for
GSM and WCDMA; CDMA uses the System ID (SID).public java.lang.Integer age
age
: The number of milliseconds since this cell was primary. If age is 0, the cellId represents
a current measurement.public java.lang.Integer signalStrength
signalStrength
: Radio signal strength measured in dBm.public java.lang.Integer timingAdvance
timingAdvance
: The timing advance value.