Get Location Name by passing Latitude and Longitude in android
问题 I have written following code for getting location name : UseGpsActivity.java public class UseGpsActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); /* Use the LocationManager class to obtain GPS locations */ boolean gps_is_enabled = false; LocationManager mlocManager = (LocationManager) this .getSystemService(Context.LOCATION_SERVICE); List