Google-Places-AutoComplete-EditText icon indicating copy to clipboard operation
Google-Places-AutoComplete-EditText copied to clipboard

A simple library that can connect your autocomplete edittext to Google places api

Results 7 Google-Places-AutoComplete-EditText issues
Sort by recently updated
recently updated
newest added

Could you please add support for the optional parameters to the libraray? (https://developers.google.com/maps/documentation/places/web-service/autocomplete) I am specifically looking for support to limit the autocomplete results to specific countries (components=country:) and to...

enhancement

**Is your feature request related to a problem? Please describe.** I cannot restrict the search to a specific country. I would like to restrict the search to India as other...

enhancement

hello admin, please specify the latest version of the library implementation 'com.github.mukeshsolanki:Google-Places-AutoComplete-EditText:'

enhancement

When the dropDown menu appears, the user can dismiss it with a touch outside and the api request will not give results , is there any way to check if...

enhancement

Thanks for your awesome library! it would be awesome if you can add a parameter to put the cords of the user so when he search automatically he got hes...

enhancement

``` Execution failed for task ':app:mergeDebugJavaResource'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > More than one file was found with OS independent path 'META-INF/library_release.kotlin_module'. ```

bug

2020-08-14 00:29:28.268 23436-23501/com.ruzgar.rainbow E/PlaceAPI: Cannot process JSON results org.json.JSONException: No value for plus_code at org.json.JSONObject.get(JSONObject.java:399) at org.json.JSONObject.getJSONObject(JSONObject.java:619) at in.madapps.placesautocomplete.PlaceAPI.parseDetailsData(PlaceApi.kt:171) at in.madapps.placesautocomplete.PlaceAPI.access$parseDetailsData(PlaceApi.kt:25) at in.madapps.placesautocomplete.PlaceAPI$fetchPlaceDetails$1.run(PlaceApi.kt:70) at java.lang.Thread.run(Thread.java:919)