在室内按IP地址定位

时间:2012-01-19 09:03:41

标签: android geolocation gps wifi latitude-longitude

Google使用哪种方法将IP地址与使用wifi或服务提供商的建筑物内的大致位置进行匹配?

2 个答案:

答案 0 :(得分:4)

抽象出实际的位置识别方法。开发人员只关心自己的来源。

NETWORK_PROVIDER源使用IP地址和蜂窝三角测量来识别用户的位置。

http://developer.android.com/reference/android/location/LocationManager.html#NETWORK_PROVIDER

答案 1 :(得分:2)

此外,可以使用提供LocationManager的方法getLastKnownLocation(best),因为GPS无法在室内工作。它不准确,但它会给出一个大区域的位置。