So erhalten Sie den aktuellen Standort in Android
locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, this);
Khalid Khalil
locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, this);
locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);