public static class AlxLocationManager.GeoLocationAPI
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
carrier |
java.util.List<AlxLocationManager.GoogleCellTower> |
cellTowers |
boolean |
considerIp |
int |
homeMobileCountryCode
homeMobileCountryCode : 310 移动国家代码(中国的为460);
homeMobileNetworkCode : 410 和基站有关
radioType : gsm
carrier : Vodafone 运营商名称
considerIp : true
cellTowers : []
wifiAccessPoints : []
|
int |
homeMobileNetworkCode |
java.lang.String |
radioType |
java.util.List<AlxLocationManager.GoogleWifiInfo> |
wifiAccessPoints |
构造器和说明 |
---|
GeoLocationAPI() |
public int homeMobileCountryCode
public int homeMobileNetworkCode
public java.lang.String radioType
public java.lang.String carrier
public boolean considerIp
public java.util.List<AlxLocationManager.GoogleCellTower> cellTowers
public java.util.List<AlxLocationManager.GoogleWifiInfo> wifiAccessPoints