How to Obtain Latitude and Longitude in Android
问题 How to obtain Latitude and longitude from the mobile device if GPS is not available... My mobile has internet Connection through wifi and gprs connection.... Can we get the lats and long from this? 回答1: edited : Network and also GPS Provider Location Yes we cam...try this LocationManager manager = (LocationManager) Context.getSystemService(Context.LOCATION_SERVICE); manager.getLastKnownLocation(LocationManager.NETWORK_PROVIDER); // additionally (you have to implement LocationListener) manager