Top "Google-places-api" questions

The Google Places API is a service that returns information about places using HTTP requests.

Obtaining more than 20 results with Google Places API

I want to develop a map application which will display the banks near a given place. I use the Places …

google-maps-api-3 google-places-api
How to get a picture of a place from google maps or places API

I'm using Google Places API to retrieve data about places, but couldn't find how to get a picture of that …

android google-maps google-api google-places-api panoramio
get Lat Lang from a place_id returned by autocomplete place api

I am searching the place in my apps using the google autocomplete place api and now I want to get …

android google-maps google-maps-android-api-2 latitude-longitude google-places-api
How to get 20+ result from Google Places API?

I am developing an app in which I am getting the list of ATM's near by the user. For that …

android google-places-api google-places
Google Places Autocomplete - Pick first result on Enter key?

I'm using a Google Places Autocomplete and I simply want it to select the top item in the results list …

javascript google-maps google-maps-api-3 google-places-api google-places
What is a good, unlimited alternative to Google Places API?

For my project I've been relying on the Places API to search for POI's based on a desired query string …

google-maps-api-3 google-places-api
Android Place Picker closes immediately after launch

I am developing an android application as part of a project, and am using Google places API to display places …

android google-places-api
Turn AutoCompleteTextView into a SearchView in ActionBar instead

I have a AutoCompleteTextView which gives user auto-completion search result from Google Places API. Once I was done I discovered …

android google-places-api autocompletetextview searchview
Android studio can not resolve com.google.android.gms.location.places.AutocompleteFilter

I am trying to implement a autocomplete places search following this article. http://www.truiton.com/2015/04/android-places-api-autocomplete-getplacebyid/ I have followed …

android android-studio google-play-services google-places-api
Using Google Places API in Android

I am trying to develop an app which can display the schools and airports in the locality. I found that …

android google-places-api