类 CellTower
java.lang.Object
ai.nextbillion.maps.model.CellTower
- 所有已实现的接口:
java.io.Serializable
public class CellTower
extends java.lang.Object
implements java.io.Serializable
A cell tower object.
The Geolocation API request body's cellTowers array contains zero or more cell tower objects.
Please see Cell Tower Object for more detail.
- 另请参阅:
- 序列化表格
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classCellTower.CellTowerBuilder -
字段概要
字段 修饰符和类型 字段 说明 java.lang.IntegerageThe number of milliseconds since this cell was primary.java.lang.IntegercellIdUnique identifier of the cell (required).java.lang.IntegerlocationAreaCodeThe Location Area Code (LAC) for GSM and WCDMAnetworks or The Network ID (NID) for CDMA networks (required).java.lang.IntegermobileCountryCodeThe cell tower's Mobile Country Code (MCC) (required).java.lang.IntegermobileNetworkCodeThe cell tower's Mobile Network Code (required).java.lang.IntegersignalStrengthRadio signal strength measured in dBm.java.lang.IntegertimingAdvanceThe timing advance value. -
构造器概要
构造器 构造器 说明 CellTower() -
方法概要
修饰符和类型 方法 说明 java.lang.StringtoString()
-
字段详细资料
-
cellId
public java.lang.Integer cellIdUnique identifier of the cell (required). 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. -
locationAreaCode
public java.lang.Integer locationAreaCodeThe Location Area Code (LAC) for GSM and WCDMAnetworks or The Network ID (NID) for CDMA networks (required). -
mobileCountryCode
public java.lang.Integer mobileCountryCodeThe cell tower's Mobile Country Code (MCC) (required). -
mobileNetworkCode
public java.lang.Integer mobileNetworkCodeThe cell tower's Mobile Network Code (required). This is the MNC for GSM and WCDMA; CDMA uses the System ID (SID). -
age
public java.lang.Integer ageThe number of milliseconds since this cell was primary. If age is 0, the cellId represents a current measurement. -
signalStrength
public java.lang.Integer signalStrengthRadio signal strength measured in dBm. -
timingAdvance
public java.lang.Integer timingAdvanceThe timing advance value.
-
-
构造器详细资料
-
CellTower
public CellTower()
-
-
方法详细资料
-
toString
public java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-