Android LocationServices.FusedLocationApi को हटा दिया गया


89

मैं यह पता नहीं लगा सका कि LocationServices.FusedLocationApi.requestLocationUpdates(mGoogleApiClient,mLocationRequest, this);"फ्यूजेडलोकेशनएपीआई" क्यों बाहर है और यह कहते हुए कि यह पदावनत है। चित्र देखने के लिए यहां क्लिक करें

import android.location.Location;
import android.location.LocationListener;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.FragmentActivity;
import android.os.Bundle;

import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.location.LocationRequest;
import com.google.android.gms.location.LocationServices;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.OnMapReadyCallback;
import com.google.android.gms.maps.SupportMapFragment;
import com.google.android.gms.maps.model.LatLng;
import com.google.android.gms.maps.model.MarkerOptions;

public class MaintainerMapActivity extends FragmentActivity implements OnMapReadyCallback, GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, LocationListener{

private GoogleMap mMap;
GoogleApiClient mGoogleApiClient;
Location mLastLocaton;
LocationRequest mLocationRequest;

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_maintainer_map2);
    // Obtain the SupportMapFragment and get notified when the map is ready to be used.
    SupportMapFragment mapFragment = (SupportMapFragment) getSupportFragmentManager()
            .findFragmentById(R.id.map);
    mapFragment.getMapAsync(this);
}


@Override
public void onMapReady(GoogleMap googleMap) {
    mMap = googleMap;

    // Add a marker in Sydney and move the camera
    LatLng sydney = new LatLng(-34, 151);
    mMap.addMarker(new MarkerOptions().position(sydney).title("Marker in Sydney"));
    mMap.moveCamera(CameraUpdateFactory.newLatLng(sydney));
}

@Override
public void onLocationChanged(Location location) {

}

@Override
public void onStatusChanged(String provider, int status, Bundle extras) {

}

@Override
public void onProviderEnabled(String provider) {

}

@Override
public void onProviderDisabled(String provider) {

}

@Override
public void onConnected(@Nullable Bundle bundle) {
    mLocationRequest = new LocationRequest();
    mLocationRequest.setInterval(1000);
    mLocationRequest.setFastestInterval(1000);
    mLocationRequest.setPriority(LocationRequest.PRIORITY_HIGH_ACCURACY);

    LocationServices.FusedLocationApi.requestLocationUpdates(mGoogleApiClient,mLocationRequest, this);
}

@Override
public void onConnectionSuspended(int i) {

}

@Override
public void onConnectionFailed(@NonNull ConnectionResult connectionResult) {

}
}

अगर यह अपदस्थ है, तो इस पर लाइन है कृपया जाँचें कि मैं इस LocationServices.FusedLocationApi.requestLocationUpdates (mGoogleApiClient, mLocationRequest, यह) का उपयोग कर रहा हूं;
उमर हयात

@ उमराहत फ्यूज़लोकेशनएपीआई पार है
vvvv

अपनी निर्भरता की जाँच करें जो मैं इस संकलन 'com.google.android.gms: play-services-location: 9.4.0' का उपयोग करके संकलित करता हूं
उमर हयात

आप इसे oncreate मेट्रो mGoogleApiClient = नए GoogleApiClient.Bu.ad (()) .addApi (LocationServices.API) .addConnectionCallbacks (इस) .addOnConnectionFailedListener (इस)। () () में उपयोग कर रहे हैं।
उमर हयात

@OmarHayat मैं 'com.google.android.gms: play-services-location: 11.4.0' का उपयोग कर रहा था और जब मैंने इसे 9.4.0 में बदल दिया, तो समस्या को ठीक कर लिया, फिर नंबर बदलने के बाद इसे ठीक क्यों किया?
vvvv

जवाबों:


156

मूल उत्तर

ऐसा इसलिए हो रहा है क्योंकि FusedLocationProviderApiGoogle Play सेवाओं के हालिया संस्करण में पदावनत किया गया है। आप इसे यहाँ देख सकते हैं । आधिकारिक गाइड अब FusedLocationProviderClient का उपयोग करने का सुझाव देता है । आप यहां विस्तृत मार्गदर्शिका पा सकते हैं ।

उदाहरण के लिए अंदर onCreate()या onViewCreated()एक FusedLocationProviderClientउदाहरण बनाएँ

Kotlin

val fusedLocationClient = LocationServices.getFusedLocationProviderClient(requireContext())

और अंतिम ज्ञात स्थान का अनुरोध करने के लिए आपको केवल कॉल करना होगा

fusedLocationClient.lastLocation.addOnSuccessListener { location: Location? ->
            location?.let { it: Location ->
                // Logic to handle location object
            } ?: kotlin.run {
                // Handle Null case or Request periodic location update https://developer.android.com/training/location/receive-location-updates
            }
        }

जावा

FusedLocationProviderClient fusedLocationClient = LocationServices.getFusedLocationProviderClient(requireContext());

तथा

fusedLocationClient.getLastLocation().addOnSuccessListener(requireActivity(), location -> {
        if (location != null) {
            // Logic to handle location object
        } else {
            // Handle null case or Request periodic location update https://developer.android.com/training/location/receive-location-updates
        }
    });

सरल, है ना?


महत्वपूर्ण अपडेट (24 अक्टूबर, 2017):

कल Google ने अपने आधिकारिक डेवलपर पृष्ठ को एक चेतावनी के साथ अद्यतन किया जो कहता है

कृपया FusedLocationProviderApi वर्ग का उपयोग करना जारी रखें और Google Play सेवाओं के संस्करण 12.0.0 तक उपलब्ध नहीं होने तक FusedLocationProviderClient वर्ग में माइग्रेट न करें, जो कि 2018 की शुरुआत में जहाज के आने की उम्मीद है। संस्करण 12.0.0 से पहले FusedLocationProviderClient का उपयोग करने से क्लाइंट ऐप क्रैश हो जाता है। Google Play सेवाओं को डिवाइस पर अपडेट किया गया है। जिस वजह से यह हुआ हमें उस असुविधा के लिए खेद है।

चेतावनी इसलिए मुझे लगता है कि हमें LocationServices.FusedLocationApiतब तक वंचितों का उपयोग जारी रखना चाहिए जब तक कि Google समस्या का समाधान नहीं करता है।


नवीनतम अपडेट (21 नवंबर, 2017):

चेतावनी अब चली गई है। Google Play सेवाएं 11.6 नवंबर 6, 2017 को रिलीज़ नोट में कहा गया है: Google Play सेवाओं के अपडेट होने पर फिक्स्ड फ़्ल्यूएलोकेशनपॉइडरलाइक समस्या जो कभी-कभी क्रैश हो जाती है।मुझे लगता है कि प्ले सर्विसेज तब दुर्घटनाग्रस्त नहीं होंगी जब यह पृष्ठभूमि में खुद को अपडेट करता है। तो हम FusedLocationProviderClientअब नए का उपयोग कर सकते हैं।


3
मुझे पसंद है कि Google डॉक्स अभी भी आपको पुराने API का उपयोग करने के लिए कैसे कहता है: developer.android.com/training/location/…
mxcl

getLastLocation () क्या कर रहा है LocationServices.FusedLocationApi.requestLocationUpdates () ने क्या किया? अब तक कितना अजीब है, क्या दस्तावेज़ीकरण अभी भी उस पुराने तरीके की ओर इशारा कर रहा है। यह भ्रमित करने वाला है। डेवलपर
जुआन मेंडेज़

@JuanMendez मैं सहमत हूँ। उन्हें उचित अप-टू-डेट उदाहरणों को बनाए रखने पर काम करने की आवश्यकता है। btw getLastLocation()केवल डिवाइस के सबसे हाल ही में ज्ञात स्थान को लौटाते हैं .. आप नए requestLocationUpdates(LocationRequest request, PendingIntent callbackIntent)विधि के साथ स्थान अपडेट का अनुरोध कर सकते हैं ।
सोमेश कुमार

@ सोमेशकुमार, धन्यवाद। हाँ, यह वह विधि है जिसका मैं उपयोग कर रहा हूँ। मैं इस बीच 11.2.0 से चिपका हूं।
जुआन मेंडेज़ 19

2
@ डरते हुए, चेतावनी दी गई है .. और आपके द्वारा प्रदान किया गया लिंक यह भी बताता है कि उपयोगकर्ता द्वारा ऐप को अपडेट करने पर Google Play सेवाओं का नया संस्करण क्रैश नहीं होगा। मुझे लगता है कि मुझे अब अपना जवाब अपडेट करना चाहिए।
सोमेश कुमार

16
   // Better to use GoogleApiClient to show device location. I am using this way in my aap.

    public class SuccessFragment extends Fragment{
        private TextView txtLatitude, txtLongitude, txtAddress;
        // private AddressResultReceiver mResultReceiver;
        // removed here because cause wrong code when implemented and
        // its not necessary like the author says

        //Define fields for Google API Client
        private FusedLocationProviderClient mFusedLocationClient;
        private Location lastLocation;
        private LocationRequest locationRequest;
        private LocationCallback mLocationCallback;

        private static final int REQUEST_PERMISSIONS_REQUEST_CODE = 14;

        @Nullable
        @Override
        public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
            View view = inflater.inflate(R.layout.fragment_location, container, false);

            txtLatitude = (TextView) view.findViewById(R.id.txtLatitude);
            txtLongitude = (TextView) view.findViewById(R.id.txtLongitude);
            txtAddress = (TextView) view.findViewById(R.id.txtAddress);

            // mResultReceiver = new AddressResultReceiver(null);
            // cemented as above explained
            try {
                mFusedLocationClient = LocationServices.getFusedLocationProviderClient(getActivity());
                mFusedLocationClient.getLastLocation()
                        .addOnSuccessListener(getActivity(), new OnSuccessListener<Location>() {
                            @Override
                            public void onSuccess(Location location) {
                                // Got last known location. In some rare situations this can be null.
                                if (location != null) {
                                    // Logic to handle location object
                                    txtLatitude.setText(String.valueOf(location.getLatitude()));
                                    txtLongitude.setText(String.valueOf(location.getLongitude()));
                                    if (mResultReceiver != null)
                                        txtAddress.setText(mResultReceiver.getAddress());
                                }
                            }
                        });
                locationRequest = LocationRequest.create();
                locationRequest.setInterval(5000);
                locationRequest.setFastestInterval(1000);
                if (txtAddress.getText().toString().equals(""))
                    locationRequest.setPriority(LocationRequest.PRIORITY_HIGH_ACCURACY);
                else
                    locationRequest.setPriority(LocationRequest.PRIORITY_BALANCED_POWER_ACCURACY);

                mLocationCallback = new LocationCallback() {
                    @Override
                    public void onLocationResult(LocationResult locationResult) {
                        for (Location location : locationResult.getLocations()) {
                            // Update UI with location data
                            txtLatitude.setText(String.valueOf(location.getLatitude()));
                            txtLongitude.setText(String.valueOf(location.getLongitude()));
                        }
                    }

                    ;
                };
            } catch (SecurityException ex) {
                ex.printStackTrace();
            } catch (Exception e) {
                e.printStackTrace();
            }
            return view;
        }

        @Override
        public void onStart() {
            super.onStart();

            if (!checkPermissions()) {
                startLocationUpdates();
                requestPermissions();
            } else {
                getLastLocation();
                startLocationUpdates();
            }
        }

        @Override
        public void onPause() {
            stopLocationUpdates();
            super.onPause();
        }

        /**
         * Return the current state of the permissions needed.
         */
        private boolean checkPermissions() {
            int permissionState = ActivityCompat.checkSelfPermission(getActivity(),
                    Manifest.permission.ACCESS_COARSE_LOCATION);
            return permissionState == PackageManager.PERMISSION_GRANTED;
        }

        private void startLocationPermissionRequest() {
            ActivityCompat.requestPermissions(getActivity(),
                    new String[]{Manifest.permission.ACCESS_COARSE_LOCATION},
                    REQUEST_PERMISSIONS_REQUEST_CODE);
        }


        private void requestPermissions() {
            boolean shouldProvideRationale =
                    ActivityCompat.shouldShowRequestPermissionRationale(getActivity(),
                            Manifest.permission.ACCESS_COARSE_LOCATION);

            // Provide an additional rationale to the user. This would happen if the user denied the
            // request previously, but didn't check the "Don't ask again" checkbox.
            if (shouldProvideRationale) {
                Log.i(TAG, "Displaying permission rationale to provide additional context.");

                showSnackbar(R.string.permission_rationale, android.R.string.ok,
                        new View.OnClickListener() {
                            @Override
                            public void onClick(View view) {
                                // Request permission
                                startLocationPermissionRequest();
                            }
                        });

            } else {
                Log.i(TAG, "Requesting permission");
                // Request permission. It's possible this can be auto answered if device policy
                // sets the permission in a given state or the user denied the permission
                // previously and checked "Never ask again".
                startLocationPermissionRequest();
            }
        }

        /**
         * Callback received when a permissions request has been completed.
         */
        @Override
        public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions,
                                               @NonNull int[] grantResults) {
            Log.i(TAG, "onRequestPermissionResult");
            if (requestCode == REQUEST_PERMISSIONS_REQUEST_CODE) {
                if (grantResults.length <= 0) {
                    // If user interaction was interrupted, the permission request is cancelled and you
                    // receive empty arrays.
                    Log.i(TAG, "User interaction was cancelled.");
                } else if (grantResults[0] == PackageManager.PERMISSION_GRANTED) {
                    // Permission granted.
                    getLastLocation();
                } else {
                    // Permission denied.

                    // Notify the user via a SnackBar that they have rejected a core permission for the
                    // app, which makes the Activity useless. In a real app, core permissions would
                    // typically be best requested during a welcome-screen flow.

                    // Additionally, it is important to remember that a permission might have been
                    // rejected without asking the user for permission (device policy or "Never ask
                    // again" prompts). Therefore, a user interface affordance is typically implemented
                    // when permissions are denied. Otherwise, your app could appear unresponsive to
                    // touches or interactions which have required permissions.
                    showSnackbar(R.string.permission_denied_explanation, R.string.settings,
                            new View.OnClickListener() {
                                @Override
                                public void onClick(View view) {
                                    // Build intent that displays the App settings screen.
                                    Intent intent = new Intent();
                                    intent.setAction(
                                            Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
                                    Uri uri = Uri.fromParts("package",
                                            BuildConfig.APPLICATION_ID, null);
                                    intent.setData(uri);
                                    intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                                    startActivity(intent);
                                }
                            });
                }
            }
        }


        /**
         * Provides a simple way of getting a device's location and is well suited for
         * applications that do not require a fine-grained location and that do not need location
         * updates. Gets the best and most recent location currently available, which may be null
         * in rare cases when a location is not available.
         * <p>
         * Note: this method should be called after location permission has been granted.
         */
        @SuppressWarnings("MissingPermission")
        private void getLastLocation() {
            mFusedLocationClient.getLastLocation()
                    .addOnCompleteListener(getActivity(), new OnCompleteListener<Location>() {
                        @Override
                        public void onComplete(@NonNull Task<Location> task) {
                            if (task.isSuccessful() && task.getResult() != null) {
                                lastLocation = task.getResult();

                                txtLatitude.setText(String.valueOf(lastLocation.getLatitude()));
                                txtLongitude.setText(String.valueOf(lastLocation.getLongitude()));

                            } else {
                                Log.w(TAG, "getLastLocation:exception", task.getException());
                                showSnackbar(getString(R.string.no_location_detected));
                            }
                        }
                    });
        }

        private void stopLocationUpdates() {
            mFusedLocationClient.removeLocationUpdates(mLocationCallback);
        }

        private void startLocationUpdates() {
            if (ActivityCompat.checkSelfPermission(getActivity(), Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED && ActivityCompat.checkSelfPermission(getActivity(), Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED) {
                // TODO: Consider calling
                //    ActivityCompat#requestPermissions
                // here to request the missing permissions, and then overriding
                //   public void onRequestPermissionsResult(int requestCode, String[] permissions,
                //                                          int[] grantResults)
                // to handle the case where the user grants the permission. See the documentation
                // for ActivityCompat#requestPermissions for more details.
                return;
            }
            mFusedLocationClient.requestLocationUpdates(locationRequest, mLocationCallback, null);
        }

        // private void showSnackbar(final String text) {
        //    if (canvasLayout != null) {
        //        Snackbar.make(canvasLayout, text, Snackbar.LENGTH_LONG).show();
        //    }
        //}
        // this also cause wrong code and as I see it dont is necessary
        // because the same method which is really used


        private void showSnackbar(final int mainTextStringId, final int actionStringId,
                                  View.OnClickListener listener) {
            Snackbar.make(getActivity().findViewById(android.R.id.content),
                    getString(mainTextStringId),
                    Snackbar.LENGTH_INDEFINITE)
                    .setAction(getString(actionStringId), listener).show();
        }
    }

और हमारा टुकड़ा_लोकेशन। Xml

       <?xml version="1.0" encoding="utf-8"?>
       <LinearLayout 
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/locationLayout"
            android:layout_below="@+id/txtAddress"
            android:layout_width="match_parent"
            android:layout_height="@dimen/activity_margin_30dp"
            android:orientation="horizontal">

            <TextView
                android:id="@+id/txtLatitude"
                android:layout_width="@dimen/activity_margin_0dp"
                android:layout_height="@dimen/activity_margin_30dp"
                android:layout_weight="0.5"
                android:gravity="center"
                android:hint="@string/latitude"
                android:textAllCaps="false"
                android:textColorHint="@color/colorPrimaryDark"
                android:textColor="@color/colorPrimaryDark" />

            <TextView
                android:id="@+id/txtLongitude"
                android:layout_width="@dimen/activity_margin_0dp"
                android:layout_height="@dimen/activity_margin_30dp"
                android:layout_weight="0.5"
                android:gravity="center"
                android:hint="@string/longitude"
                android:textAllCaps="false"
                android:textColorHint="@color/colorPrimary"
                android:textColor="@color/colorPrimary" />
        </LinearLayout>

इस लाइन को हटा दें। और बाकी का कोड आपके लिए काम करेगा
JoboFive

अगले अंतराल में स्थान पाने में असमर्थ
VY

@ वीशाल मुझे हर उस समय रियल टाइम लोकेशन मिल रही है, जिसे आपको लोकेशन की अनुमति के साथ-साथ कोड के अंदर भी देखने की आवश्यकता है
JoboFive

आपके कोड के लिए धन्यवाद। लेकिन मेरे पास एक मुद्दा है, अगर मुझे हर 100 मीटर के बाद स्थान चाहिए और सर्वर को भेजना चाहिए तो मुझे क्या करना चाहिए? कृपया मदद करे।
प्रवीणसिंह वाघेला

इस तरह का उपयोग करें: locationRequest = LocationRequest.create () .setPriority (LocationRequest.PRIORITY_HIGH_ACCURACY) .setInterval (90000) .setSmestestDisplacement (10) .setFastestInterval (10000);
जोबोफाइव


2

हाँ, यह पदावनत है!
नए FusedLocationProviderClient का उपयोग करते समय आपको कुछ बिंदुओं की आवश्यकता होगी ।

  1. इसे आयात के रूप में आयात करें com.google.android.gms.location.FusedLocationProviderClient;😅
  2. मुझे लगता है कि आप LocationListener इंटरफ़ेस को लागू कर रहे हैं । MFusedLocationClient.requestLocationUpdates () विधि में, अब यह एक पैरामीटर के रूप में एक स्थान-चिह्नक नहीं लेता है। आप LocationCallback प्रदान कर सकते हैं । जैसा कि यह एक अमूर्त वर्ग है, आप इसे लोकलिस्टनर की तरह लागू नहीं कर सकते। Google की मार्गदर्शिका में बताए अनुसार, कॉलबैक विधि बनाएं और इसे 'इस' के बजाय पास करें । इसे आयात करेंimport com.google.android.gms.location.LocationCallback;
  3. LocationCallback के साथ, आपके पास onLocationResult () के बजाय onLocationResult () होगा । यह स्थान ऑब्जेक्ट के बजाय LocationResult ऑब्जेक्ट देता है। इस परिणाम ऑब्जेक्ट में सबसे हाल ही में उपलब्ध स्थान पाने के लिए LocationResult.getLastLocation () का उपयोग करें। इसे आयात करेंimport com.google.android.gms.location.LocationResult;

2

हां, इसे हटा दिया गया है। FusedLocationProviderClientकी तुलना में आसान है FusedLocationProviderApi, क्योंकि FusedLocationProviderApiआमतौर पर GoogleApiClientभी आवश्यकता होती है, जिसे हमें Google Play Serviceमैन्युअल रूप से कनेक्ट करना होगा । यदि आप पहले उपयोग करते थे GoogleApiClient, तो अब GoogleApiClientइसकी आवश्यकता नहीं है ( यहाँ अधिक) )।

अंतिम स्थान पाने के लिए, इस फ़ंक्शन का उपयोग कर सकते हैं:

import com.google.android.gms.location.FusedLocationProviderClient;
import com.google.android.gms.tasks.OnCompleteListener;

public class MainActivity extends AppCompatActivity{
//before public class MainActivity extends AppCompatActivity implements LocationListener,...,...


private static final String TAG = "MainActivity";
public static final int MY_PERMISSIONS_REQUEST_FINE_LOCATION = 101;
private FusedLocationProviderClient mFusedLocationClient;
private Location mGetedLocation;

private double currentLat, currentLng;

private void getLastLocation() {
    if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED && ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED) {
        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
            requestPermissions(new String[] {Manifest.permission.ACCESS_FINE_LOCATION}, MY_PERMISSIONS_REQUEST_FINE_LOCATION);
        }
        return;
    }
    mFusedLocationClient.getLastLocation()
            .addOnCompleteListener(this, new OnCompleteListener<Location>() {
                @Override
                public void onComplete(@NonNull Task<Location> task) {
                    if (task.isSuccessful() && task.getResult() != null) {
                        mGetedLocation = task.getResult();
                        currentLat = mGetedLocation.getLatitude();
                        currentLng = mGetedLocation.getLongitude();
                        //updateUI();
                    }else{
                        Log.e(TAG, "no location detected");
                        Log.w(TAG, "getLastLocation:exception", task.getException());
                    }
                }
            });

}

-1

समस्या आपके आयात विवरण के साथ है

हटाए इसे

import android.location.LocationListener;

जोड़ना

import com.google.android.gms.location.LocationListener;

-1

कृपया अपनी गतिविधि Google लोकेशन से लागू करें, Android OS से नहीं, यह मेरे लिए काम करता है।


-1

इसके स्थान पर getFusedLocationProviderClient का उपयोग करें LocationServices.FusedLocationApi।

Kotlin

activity?.let { activity ->
      val client = LocationServices.getFusedLocationProviderClient(activity)
           client.lastLocation.addOnCompleteListener(activity, OnCompleteListener<Location> {
              // it.result.latitude
              // it.result.longitude
      })
}

जावा

FusedLocationProviderClient client =
        LocationServices.getFusedLocationProviderClient(this);

// Get the last known location
client.getLastLocation()
        .addOnCompleteListener(this, new OnCompleteListener<Location>() {
            @Override
            public void onComplete(@NonNull Task<Location> task) {
                // ...
            }
        });
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.