The most explanations on how to use the Google places api is about using Place Autocomplete or Place Picker. I have a database containing places data and would like to use the the Google places api like this:
User type location data into an Android EditText
this will trigger a search both at Google places api and internally at my database.
The result of user action is a RecyclerView containing both result from Google places api and from my database.
How can I do this?