google-places Questions
1
Solved
I am using Angular Google Maps in my app, but I cannot use google.maps.places.PlaceResult as a type for an important variable in my code.
I am implementing this code: (Scroll down to Add Locatio...
Nobe asked 18/6, 2019 at 16:17
5
Solved
I am using google maps in my android app and map successfully loaded in my app.
I initialize google map in my app with this code :
mGoogleApiClient = new GoogleApiClient.Builder(this)
.addConnect...
Pellegrini asked 30/11, 2016 at 15:40
1
We had a requirement of sharing location which is a similar kind of WhatsApp with respective to User Interface & functionality.
I have come across that Google Place Picker has got deprecated a...
Hippie asked 18/5, 2019 at 10:48
2
I am using the new Place Autocomplete that is from the new static Google Places SDK client library (here). So it is really easy to use and I just got this tutorial and it is working as expected.
To...
Loria asked 27/5, 2019 at 5:15
3
Solved
I want to use Google places API but I can't sync the project with "com.google.android.libraries.places:1.0.0:" dependency. How to add the places in my project?.
Fredericafrederich asked 26/2, 2019 at 5:28
5
Solved
I'm trying to implement Google Auto complete service and, I get this message:
Use of undeclared type 'GMSPlacesClient'
I imported Google Maps module and it works with GMSMapView...
I don't un...
Busily asked 28/7, 2016 at 11:23
1
I'm using the Google Places API endpoint "findplacefromtext" and tried a search similar to the example.
https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=mongolian%20grill&am...
Liaotung asked 11/9, 2018 at 10:19
2
I am developing an android app that will take in a fuel range of a vehicle and create a google map of the available gas stations in the area of that fuel range. I can currently get the place data f...
Galore asked 5/12, 2016 at 17:45
1
Solved
I am following the current place tutorial on : Select Current Place and Show Details on a Map
I keep getting the following runtime exception:
com.google.android.gms.common.api.ApiException: 900...
Kaiulani asked 3/3, 2019 at 2:24
1
Solved
I am trying to put a shinydashboard together and have a Google Places Search box as a text input. The code below runs in a regular shiny page, but throws an InvalidValueError: not an instance of HT...
Councillor asked 24/2, 2019 at 2:44
2
I've used Google Place API and integrated Place Autocomplete Fragment. Can i change its Foreground or background color. It seems bit dull in my device.
And I also want to know that can I set "p...
Til asked 9/3, 2016 at 12:30
5
Solved
My requirement is to get google places autocomplete suggestion only for Bangalore places, but I am not getting places only for Bangalore or within mention latitude longitude.
I want to retireve on...
Walkthrough asked 11/12, 2012 at 17:55
6
Solved
I want to show place picker so that user can choose location of his/her own choice. But place picker child activity automatically closes after launch. I've check the API key multiple times and othe...
Levee asked 25/5, 2015 at 8:39
1
There is an API for getting heatmap and gradient on the Google Maps API.
But is there any way to calculate curvature of the road of certain route on Google Maps?
Like this one in here: roadcurvat...
Wallflower asked 10/11, 2017 at 14:49
7
Solved
I am developing an Android Application and was looking into Google Places for some functionality within the application. Google has recently released the PlacePicker feature which is what I am usin...
Estrogen asked 21/4, 2015 at 20:0
3
I am using google places API to return basic information about businesses such as
- name
- address
- phone
and maybe images later but even the above 3 would be great initially.
The results bei...
Special asked 29/8, 2018 at 15:4
9
I'm using a Google Places Autocomplete and I simply want it to select the top item in the results list when the enter key is pressed in the form field and suggestions exist. I know this has b...
Centrifugate asked 30/1, 2013 at 10:23
1
Solved
I'm currently working on a project in which we perform "Nearby" queries for places using keywords, and then we make follow-up "Detail" requests to obtain more information about specific places of i...
Liberati asked 10/7, 2018 at 14:24
1
Solved
I want to get only the cities and related countries in the suggestions while typing something into the search field of react-places-autocomplete. I tried with searchOptions prop and had put there {...
Kisser asked 9/7, 2018 at 8:59
2
I am using Google API to get the place information and store it into database. Using Google API I am able to get address, opening hours, rating and reviews as shown in below image.
But, I am not ...
Quent asked 28/5, 2018 at 6:54
2
Solved
I want to use Google Places API in one of my Android Application. But I'm getting this error:
com.google.android.gms.tasks.RuntimeExecutionException:
com.google.android.gms.common.api.ApiExcep...
Berke asked 29/5, 2018 at 7:22
2
I am using Places.GeoDataApi for Android and I get different search results depending on the location of the device performing the request. I need the results to be consistently located inside the ...
Shirelyshirey asked 23/11, 2016 at 14:18
2
Currently, I am building a functionality to search for a company with an AutocompleteTextView. To achieve this I use A PlaceAutocomplete IntentBuilder with the overlay mode like this:
try {
Auto...
Ehman asked 9/11, 2017 at 13:12
1
Solved
I am using Google place autocomplete. And I don't know how to get place_id of address_components. In JSON there are only long_name, short_name, types.
My code is here:
var object_location = docum...
Wayland asked 19/4, 2017 at 15:0
3
I am currently able to restrict places to only one country, but I also want to restrict on a specific city also. Any ideas how to achieve that? This is my current code:
var autocomplete,
options ...
Lefton asked 19/10, 2015 at 12:46
© 2022 - 2024 — McMap. All rights reserved.