google-places Questions
4
Solved
My purpose is to use R to query google api.
I have a list of addresses and names (belong to shops, restaurants, etc.) and for each of them I need to store:
"latitude", "longitude", "business type...
Indopacific asked 19/1, 2015 at 14:28
9
Solved
I'm trying to add Google Places Autocomplete on my Website. I'm having a problem with binding my search textbox with Autocomplete without the use of instantiating a google map. What I'm trying to d...
Brasher asked 19/8, 2012 at 6:17
3
Solved
Did anyone implement google autocomplete suggestion text field or fragment in a jetpack compose project? If so kindly guide or share code snippets as I'm having difficulty in implementing it.
Updat...
Yun asked 24/1, 2022 at 13:40
7
I'm trying to create a simple html page (I'd later like to add an autocomplete input there) that include google-places-api.
I have an api-key (which is enabled) but I still get an error message.
H...
Lieb asked 29/2, 2016 at 12:57
3
What is the best source and way to get a list of all intersections in a major city?
Cautious asked 18/10, 2012 at 23:7
5
Solved
I'm implementing Google Places in a form where the user will enter his/her location. The location can be a full address or just a city.
I want to get each individual component of the address the u...
Reinwald asked 5/1, 2016 at 6:6
1
I've spent the last 48 hours pulling my hair out trying to find the answer to this question. The person who asked this question: how can I make API KEY for Google Places api?
Is experiencing the sa...
Calicut asked 19/6, 2014 at 9:12
3
Hope you can help as I've hit a wall, I'm also quite new to using Google's Places APIs.
I'm not going to post any code just yet as my code works fine when the 2 pieces I am about to describe run i...
Filmdom asked 21/4, 2016 at 18:53
1
Is it possible that when I click on the autocomplete, it will set the current address as the default string? Pretty much like this post but I can't find any decent answer. Please help. Thank you! :...
Huberty asked 22/3, 2018 at 10:16
2
I've looked again and again on the site for this simple question and didn't find an answer
I think it is very generic need
Let's say that you have two drop down lists
One you want to populate with...
Unto asked 20/3, 2013 at 6:19
2
Solved
I want to automatically click on a fragment as soon as the activity is done loading.
The fragment definition is:
<fragment
android:id="@+id/place_autocomplete_fragment"
android:layout_width...
Bearing asked 19/4, 2017 at 16:46
2
Solved
A few people have asked this before but with no joy. But, it seems as though recently, google have offered the availability to fetch reviews from your google places via their api.
https://developer...
Merchantman asked 31/12, 2014 at 18:53
2
<form>
<input id="pac-input" value="" class="controls" type="text" placeholder="Search Box">
<input type="button" id="find" value="find" />
</form>
<script>
functio...
Affray asked 22/11, 2015 at 9:2
10
Solved
I'm looking to include 2 instances of Google Places auto-complete on the same page. Looking to setup an input for a Pickup Location and an input for a Dropoff Location.
I'm assuming it has to do w...
Elvia asked 6/12, 2013 at 4:35
2
Problem -
people posting in various places based on their interest while other people are searching for posts in greater areas.
e.g. - user A posts under Bondi Beach, a suburb of Sydney.
user B sea...
Detta asked 21/8, 2014 at 17:36
2
Solved
I'm currently using this URL to get my results restricted within Australia:
https://maps.googleapis.com/maps/api/place/autocomplete/json?input=393&components=country:AUtypes=address&key=[m...
Ant asked 18/12, 2016 at 7:0
3
I am trying to use Cypress as a testing tool for an Angular website I am working on. One of the tests is for a location search, which uses the google places service to autocomplete locations. Funct...
Carmella asked 29/10, 2018 at 5:20
5
Solved
I am trying to use the google places library for a nearby search request:
https://developers.google.com/maps/documentation/javascript/places#place_search_requests
i just want to pull the json resp...
Statehood asked 15/1, 2013 at 18:4
3
Since there is a new billing for the use of Google Places API and Google Places SDK, i'm looking to use a free alternative or an alternative with more interesting quotas before paying for the...
Lindi asked 5/10, 2018 at 10:37
3
Solved
I am using Google Places API for Android - PlaceAutocompleteFragment API in my project to search locations, when user selects a location then get the records using location lat-long and display it ...
Diannediannne asked 21/3, 2016 at 11:56
3
Solved
When I try to search at Place Autocomplete I got Can't Load Search Results
and the logs say
"Error while autocompleting: OVER_QUERY_LIMIT"
I have enabled https://console.cloud.google.com/
an...
Gospel asked 18/2, 2019 at 15:18
1
I know it is possible to restrict place to 1 country:
componentRestrictions: {country: "fr"}
But is there a way to restrict to N countries like ["fr", "be"] ?
Uranous asked 16/11, 2019 at 9:4
1
Solved
I wanted to use Google Places API to get nearby places (music venues, pubs, theaters, etc.) in given city, then look for events in these places. And if you look at some places on google maps, you c...
Unship asked 30/7, 2019 at 8:50
2
Solved
I am using Google places API, It returns only top 5 search results. Is there any way to increase the count.
e.g. URL
I have searched for keyword "new"
https://maps.googleapis.com/maps/api/place...
Fourierism asked 26/12, 2013 at 13:15
7
Solved
I am developing an app in which I am getting the list of ATM's near by the user. For that I am using Google Places API, but every time it returns 20 result only. I want to get more results. In the ...
Kindling asked 8/3, 2012 at 7:35
1 Next >
© 2022 - 2024 — McMap. All rights reserved.