Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
69 views

Google Places API - Passing Multiple "Types" into the Autocomplete Function

I'm using the Autocomplete function with the Google Places API but when typing into the autocomplete form field I have, I'd like to filter by home and business addresses, so it would enable me to type ...
Lewis Hardisty's user avatar
0 votes
1 answer
102 views

google places automplete only suggestions with stress number

I am working with googles api places for address autocomplete suggestions. This is my simple working code: <!DOCTYPE html> <html> <body> <form> <input id="...
Trombone0904's user avatar
  • 4,210
0 votes
1 answer
66 views

How to Show Last Google Places Search Result Only

I have a problem accessing the very last search result using Google Autocomplete. Expected Results An alert with the very latest search result and any given parameter like name for example, when a ...
Robin Alexander's user avatar
-1 votes
1 answer
254 views

Googlemaps places Autocomplete by className - JS loop Problem

I need to add Autocomplete to input fields by ClassName. I got it to work but Google does not sent the Address with Postalcode back. So I am trying to use addListener to insert the formatted_address ...
donatelo's user avatar
-1 votes
1 answer
43 views

Here nearybysearch is returning 404

https://maps.googleapis.com/maps/api/place/nearbysearch/output?radius=9000&key=...IzaSy...&types=car_repair&location=35.9763253,-83.89135139999999 I'm getting a 404 error instead of ...
THAT_STRUGGLE's user avatar
0 votes
2 answers
133 views

Calculating the driving distance between two addresses Google API

This was always working with no problem until about a month ago when it does not calculate the distance anymore and show the error message instead. Any ideas on what is going on with this code and how ...
Sam's user avatar
  • 69
4 votes
0 answers
1k views

Mouse Click not working for google.maps.places.Autocomplete

I have an issue with google.maps.places.Autocomplete, strangely the same code is working OK on another page with all other similar assets except the input control is in a div that is displayed using ...
user1400290's user avatar
  • 1,730
3 votes
1 answer
2k views

Get postal code with autocomplete service

I want to show postal code with address. I get address here but i can't find postal code to create custom auto address drop down. var service = new google.maps.places.AutocompleteService(); var ...
KaisarAhmmed's user avatar
0 votes
1 answer
234 views

Google API Places - Address suggest from a city

I tried to find a solution only for this issue without success. So i will appreciate your help. I would like to get autocomplete address from google api. I'm using this code now: var input, ...
Diego Cespedes's user avatar
-1 votes
1 answer
280 views

google-places bug in firefox browser

I use google-places-autocomplete for fill fields address (address ,city,country,postal code, latittude , longitude) .. it work well in all browsers but it doesen't work everytime in firefox browser (...
dev109's user avatar
  • 21
0 votes
1 answer
310 views

Google Places API works in Chrome but not in Firefox

I use the Google Places API and when I change address it works perfectly in Chrome but doesn't always work in Mozilla Firefox. I use jQuery, Bootstrap 4 and JS and Symfony 4 for the backend. ...
dev109's user avatar
  • 21
-2 votes
1 answer
329 views

Multiple input with Google Places API doesn't work

My problem is with the Google Place API. I can't set 2 input with autocomplete. The first input I read from a payload from backend and second input it is in a bootstrap modal I tried with other ...
Dario Muñoz's user avatar
0 votes
1 answer
670 views

How to add google reviews with photos?

I am using the jQuery googlePlaces plugin which renders the google reviews by taking input the PlaceId and the API key. It is rendering the normal reviews correctly but I want to know how to render ...
Deval's user avatar
  • 97
-1 votes
1 answer
147 views

Wait until it completes execution of callback function

I have written the code to get Google place information from the Google Place API. I want to call displayHTML() only when the system completes all the AJAX calls in the loop. var placeid_json = [{ "...
Rukmi Patel's user avatar
  • 2,569

15 30 50 per page
1
2 3 4 5
11