【发布时间】:2014-08-11 14:58:54
【问题描述】:
我从这段代码中得到 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 吗?
【问题讨论】:
-
请添加您收到的错误。
-
请点击该链接。
-
如果端点离线或更改了其 API,最好将此处的错误作为 cite 或类似内容。
标签: android geolocation cellid