public void fill(TheDictionary map, CdmaCellLocation value) throws Exception {
if (value != null) {
map.put("mcc", mcc);
map.put("mnc", mnc);
map.put("base_station_id", value.getBaseStationId());
map.put("latitude", value.getBaseStationLatitude() / 14400.0);
map.put("longitude", value.getBaseStationLongitude() / 14400.0);
map.put("network_id", value.getNetworkId());
map.put("systen_id", value.getSystemId());
map.put("registered", true);
determine_type(map);
}
}
CellIdPre17API.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:tabulae
作者:
评论列表
文章目录