Top "Google-places-api" questions

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

Get city name and postal code from Google Place API on Android

I'm using Google Place API for Android with autocomplete Everything works fine, but when I get the result as shown …

android google-places-api postal-code city
Android Google Places API, getAutocompletePredictions returns status 'PLACES_API_ACCESS_NOT_CONFIGURED'

I'm having problems with Android Google Places API - auto complete feature. I use the same key that i used …

android google-places-api
PlaceResult object returns latitude/longitude as object, not sure how to get them individually

I'm testing out the Google Places autocomplete feature here: https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete I want …

javascript google-maps google-places-api
AutoCompleteTextView with Google Places shown in ListView just like Uber

I need to make screen similar to this. I think it has autocompletetextview and listview to display returned results. Google …

android android-fragments android-listview google-places-api autocompletetextview
How to add google places autocomplete to xcode with swift (tutorial)

I want to add google places autocomplete to xcode with swift, so users can search on a city and press …

ios xcode google-maps autocomplete google-places-api
Where I can find a place id on google maps

I want to get the place images accord to the introductions here: https://developers.google.com/places/documentation/details#PlaceDetailsRequests …

javascript google-maps google-places-api
Google Places Search - Next Page Token returns same results

When I call https://maps.googleapis.com/maps/api/place/nearbysearch/xml?location=42.9825,-81.254&radius=50000&name=Medical%22Clinic&…

google-places-api
Adding Multiple Instances of Google Places on Same Page

I'm looking to include 2 instances of Google Places auto-complete on the same page. Looking to setup an input for a …

javascript google-places-api google-places
How to get all places (or specific type of place such as a restaurant) in a city or country with Google Places API?

I am trying to find all "restaurants" or "insurance agencies" for example, in a city or country. Okay, maybe a …

google-places-api
How to customize PlaceAutocomplete widget dialog design to list places

I need to show list of places in dropdown using google placeAutocomplete widgets. Here I'm getting dialog to show places …

android google-maps-android-api-2 google-places-api