このコードから CID、MNC、MCC、LAC を取得します
telephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
cellLocation = (GsmCellLocation)telephonyManager.getCellLocation();
cid = cellLocation.getCid();
lac = cellLocation.getLac();
そして私はそれをここに入れましたhttp://opencellid.org/cell/get?key=???&mcc=520&mnc=18&lac=24511&cellid=282399そして、私は誰でも私に何をすべきか教えてくれるエラーを返しますか?
AndroidでCID、MNC、MCC、LACを使用してLat Lonを取得する他の方法はありますか?