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

All Questions

Tagged with
-1 votes
1 answer
316 views

What is the best way to get all of the mechanics in the UK using Google Places API?

I have tried to do this by specifying a location with a large radius that covers a lot of the UK and requesting all the mechanics in that range, but I only got 60 results which is of course much less ...
Ameen Izhac's user avatar
-2 votes
1 answer
127 views

Get exception in every input address google map directions problem

I use google map with api places . Fill input origin then destination and set direction between two points. My problem is in every fill input I got this message . Any idea please to resolve this ...
alice evra's user avatar
0 votes
1 answer
291 views

RangeError (RangeError (index): Invalid value: Valid value range is empty: 0) When Using Google Maps Places API

I'm trying to search locations using google maps places API and I'm getting this error : RangeError (RangeError (index): Invalid value: Valid value range is empty: 0) Here is my code : final ...
joydepari's user avatar
0 votes
0 answers
385 views

How to display visitor's city AND state in WordPress?

I am trying to customize content on my WordPress website to display the user's city and state (e.g. Miami, FL). Here is what I have so far: function visitorcity_function() { $ip = $_SERVER["...
Cynthia's user avatar
  • 5,383
0 votes
1 answer
549 views

Google places API turn predictions into Prediction

I have this code to autocomplete addresses: final request = 'https://maps.googleapis.com/maps/api/place/autocomplete/json?input=$input&types=address&language=$lang&components=...
Bruno Snickers's user avatar
1 vote
0 answers
46 views

Google places API Platform - intercept the call

I wish to use the Google Places SDK for Android, to autocomplete the address inserted by user, but I wish to redirect all calls to our API platform. Is it possible? Thanks.
Fabricio Valadares's user avatar
0 votes
0 answers
160 views

Places API showing result based on IP address

I am trying to use the places API to return a list of hospitals based on the location and radius parameter. It is working fine when the request is something like https://maps.googleapis.com/maps/api/...
Udit Namdev's user avatar
1 vote
0 answers
165 views

This API project is not authorized to use this API when I reload the url

I am trying to use google places api with https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=33.8670522,151.1957362&radius=500&key=. I have activated geocoding and ...
anita shrivastava's user avatar
0 votes
1 answer
201 views

Google Place API gives non-English results

Using the Google Place Details API to get the address through an place_id. You can specify the language=en but for example a hotel in Phuket will still return the city and province in there local ...
Dev's user avatar
  • 1
0 votes
1 answer
500 views

Info window with place details is not showing (Google Places API)

I created a city specific film production company locator. I'm using the nearbySearch service with pagination of all places. Until that point everything is working fine. Now I'm trying to add the ...
Luke Kotlin's user avatar
1 vote
0 answers
127 views

How are Google API quotas calculated?

So I'm making an app which uses Google Places API and I'mconfused at what are they trying to tell me with these quotas. I'm using just 1 API key for this one API (places) and currently it shows I ...
Simona's user avatar
  • 369
0 votes
1 answer
255 views

Store Google Places API responce in a list?

I am currently working on a project in which I want to make multiple Nearby Search calls on the Google Places API and store the results in a list so that I can randomly choose one of the places in ...
Snooki's user avatar
  • 11
0 votes
1 answer
580 views

Axios Error Networ error on request Google place api

im trying to make a request to google api but returns me network error. If i put the url in the browser, brings me the information correctly.I tryed to formate the request without success. The google ...
Tiago Palmas's user avatar
2 votes
0 answers
73 views

Question about Nearby Search Request from Google Places API

Image from table of pricing Google About the image, i'm using the NearbySearch, and not found the SKU's corresponding Result of request Nearby. Image of result of request I dont found the same ...
Arthur Reis's user avatar

15 30 50 per page
1
2 3 4 5
10