Tagged Questions
0
votes
1answer
137 views
Parse the data from Google Place api response in (Json format)
How am i suppose to store the Hotel name and location from the response provided by google place api in PHP array. If my search string is restaurant in New York.
The response of the api is in json ...
1
vote
1answer
85 views
Get redirected URL from URL [duplicate]
The title is quite cryptic but essentially whats happening is I'm calling the Google Places Photo API with the following url
...
0
votes
0answers
145 views
Google Places exceeds the search radius
Firstly I'm sorry for my bad English I hope you'll understand me.
I'm trying to use Google Places with PHP & curl
Here you can see an example of the query that i make:
...
0
votes
1answer
187 views
Google Places and cURL
I'm new to Google Places and don't know if I set it up right. Here is my test code:
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://maps.googleapis.com/maps/api/place/search/json");
...
0
votes
1answer
472 views
Google Places API server key doesn't work using Curl
I have obtained a valid api key from Google Places API. I need to use this on the backend, so I get a server-side key. However, the call does not work using curl nor the Rails console.
It DOES, ...
0
votes
1answer
231 views
Curl return xml as array
I have a curl procedure in php which returns xml or JSON from Google Places API.
I understand Google Places requires that request is returned in XML or JSON.
I wonder if curl can translate this into ...
0
votes
1answer
399 views
Couldn't Connect To Host Error with Google Places API and PHP/cURL
I'm trying to use PHP and cURL to get data from the Google Places API, but cURL is giving me the error "Couldn't connect to host". If I paste the Google Places request URL in the browser, it works ...
