public class CellTower
extends java.lang.Object
implements java.io.Serializable
The Geolocation API request body's cellTowers array contains zero or more cell tower objects.
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
The number of milliseconds since this cell was primary.
|
java.lang.Integer |
cellId
Unique identifier of the cell (required).
|
java.lang.Integer |
locationAreaCode
The Location Area Code (LAC) for GSM and WCDMAnetworks or The Network ID (NID) for CDMA
networks (required).
|
java.lang.Integer |
mobileCountryCode
The cell tower's Mobile Country Code (MCC) (required).
|
java.lang.Integer |
mobileNetworkCode
The cell tower's Mobile Network Code (required).
|
java.lang.Integer |
signalStrength
Radio signal strength measured in dBm.
|
java.lang.Integer |
timingAdvance
The timing advance value.
|
Constructor and Description |
---|
CellTower() |
public java.lang.Integer cellId
public java.lang.Integer locationAreaCode
public java.lang.Integer mobileCountryCode
public java.lang.Integer mobileNetworkCode
public java.lang.Integer age
public java.lang.Integer signalStrength
public java.lang.Integer timingAdvance