LocationListener locationListener = new LocationListener() { public void onLocationChanged(Location location) { // Called when a new location is found by the network location // provider. makeUseOfNewLocation(location); mCurrentLocation = location; }