【发布时间】:2012-04-16 10:05:18
【问题描述】:
如何使用 WiFi 获取当前位置? 在我使用 gps 的项目中,我可以获得当前位置... 如何在android中使用网络服务?
LocationManager mlocManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
LocationListener currentlocation = new CurrentLocation();
mlocManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0,
currentlocation);
但我想要当前位置的 WiFi? 谁能帮助我使用 WiFi 获取当前位置?
【问题讨论】:
-
@Nanne 如果我没有 1 怎么办……除了 wifi 更好,可以控制
标签: android android-wifi