-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Place Sdk #25
Comments
any progress of this |
@saneera updated SuggestionProvider .class like this - `package com.alium.nibo.repo.location; import android.content.Context; import com.alium.nibo.R; import java.util.ArrayList; import com.google.android.libraries.places.api.Places; /**
public class SuggestionsProvider implements ISuggestionRepository {
// this.mGoogleApiClient = mGoogleApiClient;
// String query1 = query + "&key" + "AIzaSyD-_Cesk5Zw9HWBkqbJbNKUAaWd9yxdxb0";
// .setLocationBias(bounds)
// Construct a request object, passing the place ID and fields array.
// mGoogleApiClient = null; } |
Thanks, it worked perfectly I need to another favour from you I need to add placekicker origin and destination with my own map like uber design, |
It will be great if you update this library as per this https://developers.google.com/places/android-sdk/client-migration
and thanks for this library
The text was updated successfully, but these errors were encountered: