Questions tagged [google-places-api]

The Google Places API is a service that returns information about places using HTTP requests. Places are defined within this API as establishments, geographic locations, or prominent points of interest.

The Google Places API is a service that returns information about places using HTTP requests. Places are defined within this API as establishments, geographic locations, or prominent points of interest.

The Places API is also available with the Java Client, Python Client, Go Client and Node.js Client for Google Maps Services. The Places API and the client libraries are for use in server applications.

If you're building a client-side application, take a look at the Places SDK for Android, the Places SDK for iOS, and the Places Library, Maps JavaScript API.

Links

Related tags

4993 questions
1
vote
0 answers

Is there a way to uses Places API to only return Gyms?

I'm currently using the Places Nearby API to return gyms given geocoordinates, but its returning personal trainers too. I'm guessing that's a subtype of Gym so I want to know if I can return only Gym Chains/Actual Gyms instead without programming a…
1
vote
0 answers

how to delay the google auto complete to save credit

As you know every time when we type the google map autoComplete will fire, I want to set a delay for this, such as 250ms,so give user more time to type and also save the credits.
1
vote
1 answer

Adding opening hours to google maps info window

I am trying to get the opening hours for certain attractions added to my marker info window for each attraction. So far I have managed to get the opening hours from one place into an html element for practice, using it's place ID, I would like to…
1
vote
0 answers

How to restrict to particular city results using Places API android

I had a requirement that if suppose the city is Hyderabad then using places search API I need to get only Hyderabad places while searching. But I am getting only a few places in search. how to get all the places related to Hyderabad city. Please…
Lahari Areti
  • 627
  • 2
  • 10
  • 30
1
vote
2 answers

Google places api not returning postal code?

I'm creating an ecommerce app and we need the postal code to calculate shipping costs, using address autocomplete from google place api, not sure if it's a limitation from the api, but it doesn't return a postal code. I'm using…
1
vote
0 answers

Google Places Api, Not found result as expected, want area name under cities

I am developing an application in which I am trying to get only area/localities under the city via google places API but the API is NOT returning all the related results to the related keyword. I am using URL:- Google API request -> (AutoComplete…
1
vote
1 answer

plotly-dash : Autocomplete address in dropdown / text field using either google places / mapbox api

I have an address field and a dropdown where I intend to populate the autocomplete suggestions from mapbox API. In the callback, I pass the query string from input id='address_autocomplete'. However, I am not seeing the values returned by the…
kms
  • 1,810
  • 1
  • 41
  • 92
1
vote
1 answer

Create Custom Place Picker using New Google Place API in Xamarin.Android

I am trying to create custom place picker for Xamari.Android. I could not find the following plugin in xamarin com.google.android.libraries.places:places:1.0.0 Can Anyone help me here? I am trying to implement custom place picker using this link:…
1
vote
2 answers

Google Places API (Nearby Search) not returning results

I am calling this VBA function from Excel which uses the Google Places API Nearby Search function and is not returning results. I know there are results since this HTTP call returns results for the same input parameters. Do you know why the…
Gary Beckler
  • 41
  • 1
  • 8
1
vote
0 answers

Store Google Places "place_id" and refresh them

I've just spent a long time reading documentation about the Google API Places, and there's some information I don't quite understand. I need to build an application that can record a travel plan for a user, so a sequence of places. For this, I need…
rcepre
  • 192
  • 1
  • 14
1
vote
1 answer

How to access google maps API response data

First time trying to hack together some Javascript here so any resources that will help me understand my problem case is appreciated. I'm trying to extract the lat and long from the following request to use in another request: var placeSearch,…
James Downing
  • 69
  • 1
  • 8
1
vote
0 answers

Google Places API nearby search return different result when executed from Elastic Beanstalk

I'm trying to use the Google Places API inside an API which is currently running on Amazon's Elastic Beanstalk, and it works well in most cases, but i've found some examples in which the API acts strange. This is one such example:…
1
vote
1 answer

Google places api PopularTimes on java

I'm working on a project for college, and i couldn't find the documentation for the "Popular times" section on google maps. I've read online about some people using thrid-party python scripts that read the google search, but as my backend is…
1
vote
0 answers

Place Autocomplete Fragment, closes as soon as I try and type anything

So yeah, I've set up the API as per a tutorial and I seem to have caught a bug...` Firstly, I had the issue that the app would crash when I click on the autocomplete fragment, I managed to moved beyond that with a small fix (private static final…
1
vote
1 answer

Google Places API turn locationbias off

I have the following request url: https://maps.googleapis.com/maps/api/place/textsearch/json?input=London&inputtype=textquery&type=pet_store&key=API_KEY I am trying to disable locationbias but have no luck. I tried adding…
MrWhite
  • 179
  • 3
  • 11
1 2 3
99
100