Questions tagged [google-maps-autocomplete]

Autocomplete is a feature of the Places library in the Google Maps JavaScript API. You can use autocomplete to give your applications the type-ahead-search behavior of the Google Maps search field. When a user starts typing an address, autocomplete will fill in the rest.

docs

https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete

demo

https://google-developers.appspot.com/maps/documentation/javascript/examples/full/places-autocomplete

screenshot

enter image description here

47 questions
-2
votes
1 answer

How do I get a sessiontoken from google place autocomplete API if I am working with the web service?

Before I was using the Javascript widged from google autocomplete place and fine, it worked and there's a function so you get the sessionToken and you save some $$ in billing, but my PM wanted me to work using request to…
-2
votes
1 answer

Is there any way to detect country phone code from google maps autocomplete api?

I am building a web app that requires to store the location of a client along with the phone number. I want the phone code to be auto-detected after location is selected. I have gone through the documentation of google maps provided in the following…
1 2 3
4