Top "Googleplacesautocomplete" questions

The Place Autocomplete service is a web service that returns place predictions in response to an HTTP request.

Angular 4 Error: Cannot find control with unspecified name attribute

I have used google place API following this tutorial but I am getting this error below: Cannot find control with …

javascript angular googleplacesautocomplete
How to implement google places autocomplete programmatically

Autocomplete predictions don't show up in my MapsActivity when i type text in AutoCompleteTextView (mSearchText). I tried following the tutorial …

java android google-places-api googleplacesautocomplete
How to create a simple google maps address search with autocomplete in flutter and get latitude and longitude?

I'm new at Flutter and I'm trying to build a simple google maps app. I've already implemented google maps to …

search flutter autocomplete maps googleplacesautocomplete
Places for Android API deprecated alternative

I was trying to implement the Places API. My code looked like this: val builder = PlacePicker.IntentBuilder() startActivityForResult(builder.build(…

android google-maps-api-3 google-places-api googleplacesautocomplete
How to resolve "PLACES_API_ACCESS_NOT_CONFIGURED"

Friends, I was getting this error while implementing google map API in my APP. I was getting this issue: Error …

android google-maps google-places-api googleplacesautocomplete
java.lang.IllegalStateException: Places must be initialized

I was using the old Place SDK which was working fine But it is going to be depreciated and I …

android google-places-api googleplacesautocomplete
New Google Places Autocomplete & its pricing

I am using new places Autocomplete that is from new static google places sdk client library (here). So it is …

android google-places googleplacesautocomplete
How long do the new Places API session tokens last?

I have a website that uses address autocomplete on multiple pages--address book, shipping address, billing address. With the billing changes …

google-maps session google-maps-api-3 google-places-api googleplacesautocomplete
TypeError: undefined is not an object( evaluating 'navigator.geolocation.getCurrentPosition') in react-native-google-places-autocomplete

I am trying to use react-native-google-places-autocomplete for google places and at the sametime I want user current position also. But …

react-native googleplacesautocomplete