标签: android latitude-longitude
我想找到我在android应用程序中当前位置的纬度和经度。它不是在位置上更改。我在位置Changed时得到了纬度和经度值。但是我需要当前位置的纬度和经度。如何做到这一点?
答案 0 :(得分:8)
阅读Obtaining User Location
答案 1 :(得分:-2)
Location location=manager.getLastKnownLocation(LocationManager.GPS_PROVIDER);// location.getLatitude(); location.getLongitude();