0
我只是想知道在android中獲取塔位置的正確方法... 是否有可能從LAC獲取塔的位置座標(位置區號)和CID(小區ID)??在android中查找移動塔的塔位置座標
//這就是我如何通過以下this way我可以得到塔的位置座標獲取CID和LAC
GsmCellLocation gsmCellLocation = (GsmCellLocation) telephonyManager.getCellLocation();
gsmCellLocation.getCid();
gsmCellLocation.getLac();
現在?
謝謝@Faylon我認爲這會爲我做... –