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 | ageThe number of milliseconds since this cell was primary. | 
| java.lang.Integer | cellIdUnique identifier of the cell (required). | 
| java.lang.Integer | locationAreaCodeThe Location Area Code (LAC) for GSM and WCDMAnetworks or The Network ID (NID) for CDMA
 networks (required). | 
| java.lang.Integer | mobileCountryCodeThe cell tower's Mobile Country Code (MCC) (required). | 
| java.lang.Integer | mobileNetworkCodeThe cell tower's Mobile Network Code (required). | 
| java.lang.Integer | signalStrengthRadio signal strength measured in dBm. | 
| java.lang.Integer | timingAdvanceThe timing advance value. | 
| Constructor and Description | 
|---|
| CellTower() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
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