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

All Questions

Tagged with
1 vote
0 answers
220 views

Get postcode / zip code with Google Geocoding API

I am trying to get the postcode / zip code for the registered users of my platform. I have access to the following: City Name State ID (Administrative Area Level 1) Country ID (Always Australia) ...
TharakaNirmana's user avatar
0 votes
0 answers
40 views

Place Autocomplete is not working with google translation

I am using Place Autocomplete and it is working fine in firefox but it is not working in google chrome with translation. Our website is in arabic. <script src="https://maps.googleapis.com/maps/...
Pritesh Pethani's user avatar
-3 votes
1 answer
2k views

How to get full detail of address by google map api in laravel php

I am trying to get full detail of address by google map api but only getting few. Currently I am using package composer require lodge/postcode-lookup which is used to get address by post code array:9 ...
Swift Solutions's user avatar
1 vote
0 answers
75 views

How To Embed Google Reviews Into HTML or PHP Using Google Places API [duplicate]

I want to display 3-5 (read-only) Google reviews on a webpage. Google's Developer Support has suggested I use the Places API instead of the My Business API to display read-only reviews. I have my ...
Sonilu's user avatar
  • 11
-2 votes
1 answer
78 views

Get values from multi-dimensional array via php (Google Places API) [duplicate]

From the Google Places API I get an array with this structure: Array ( [result] => Array ( [address_components] => Array ( [0] => ...
o.heinrich's user avatar
-2 votes
2 answers
1k views

Autocomplete Google Place not working in mobile

I have a website into I implemented the google autocomplete place . When user write a place, differents propositions of places appears in a list , but when he clicks on one of them the click event ...
David Pinto's user avatar
0 votes
1 answer
316 views

Google Places Nearby API returns only 6 results with CURL PHP

I am using google places API and when i request provided URL in chrome browser (on mac) than it returns more then 20 results. But when i request same URL in PHP curl code it returns only 6 results. ...
Gohar SUltan's user avatar
-2 votes
1 answer
47 views

Php formatting Google places output array

I need to format the output of the Google Places address. I want to remove everything to the left of the last separator line and also remove the country (that is also contained in the output). Here is ...
SHARKDEV's user avatar
  • 173
4 votes
1 answer
996 views

Google API Key for a dynamic IP server

I need to use the Google Places API through PHP in a Wordpress site hosted on Flywheel. It seems the option I need to use is the IP addresses (web servers, cron jobs, etc.). My problem is that ...
Juan Solano's user avatar
  • 1,190
2 votes
3 answers
674 views

Google Places Nearby API Success 200, but returns "INVALID_REQUEST" in Laravel

I'm trying to make an iterative crawler for the Google Places API. As anyone who has used their API knows, the response only contains 20 results per page and I'm attempting to get the full list of ...
Nathan's user avatar
  • 125
0 votes
2 answers
636 views

ZERO_RESULTS from Google Search API "findplacefromtext"

Facing a weird behavior while using Google Place API "findplacefromtext". https://maps.googleapis.com/maps/api/place/findplacefromtext/json When the API is used through browser to check the response. ...
Vivek Tankaria's user avatar
1 vote
1 answer
228 views

Obtaining places based on proximity query against zip code

I'm having difficulty figuring out how to accomplish a specific type of Google Places API request. I have a zipcode and i want to find out if there are any hospitals within 20 miles of the zipcode I ...
somejkuser's user avatar
  • 8,968
1 vote
1 answer
904 views

Combine 2 place request to get postal code

I would like to combine two place-api calls in one to get further information about listings. Example: My first script request provides Name and Address from the API. However, the Placesearch API ...
raaskler's user avatar
1 vote
0 answers
241 views

Google Maps Places API returning invalid JSON

Google Maps is returning what https://jsonlint.com/ is flagging as invalid JSON. It has a problem with escaped single-quotes in reviews people have left. So something like: { "author_name": "...
Ethan C's user avatar
  • 1,478

15 30 50 per page
1
2 3 4 5
10