我如何从GPS和GPRS获取位置值?

时间:2010-11-14 14:10:11

标签: android gps location gprs

我试图通过android.Location类获取纬度和经度值,但有时我的系统无法获得正确的值;它是lat:0.00和lng:0.00。也许它返回的值不正确,因为Android只检测到GPS。

现在,我知道位置值可以通过GPRS / WiFi检测到,我该如何获取它?

1 个答案:

答案 0 :(得分:0)

使用LocationManager.NETWORK_PROVIDER。以下是文档和示例:

http://developer.android.com/guide/topics/location/obtaining-user-location.html