Questions tagged [gmsplacepicker]

Use this tag for questions related to the GMSPlacePicker class as provided in the Google Maps SDK for iOS.

80 questions
0
votes
1 answer

how to get nearby bus stops to current location using place picker

I dont know how to fetch result, only of nearby bus stops.I tried to go through place picker documentation for help.But it shows all the nearby places ,if i only need bus stops what to do.It returns all nearby places how to get only what i…
0
votes
0 answers

Place detection api doesn't work on avd

I'm working on Android with the Google Places API. I'm having problems when running the PlaceDetectionApi's getCurrentPlace-method. The PlaceLikelihoodBuffer I get in the resultcallback of the method is empty, when I print the errorstatus in my…
0
votes
1 answer

How can I have google place picker look as my app's theme?

I want to use google place picker in my app. I have followed this link https://developers.google.com/places/android-api/placepicker and added place picker in my fragment but it dose not get the color or theme of my app. The toolbar of place picker…
Sid
  • 2,792
  • 9
  • 55
  • 111
-1
votes
1 answer

Place picker disabled but implementation guide still published

I was about to follow instructions on this page https://developers.google.com/places/ios-sdk/placepicker related to place picker then I saw the deprecate notice. Are instructions in that page is up to date ? Does that use the new SDK ? I mean, all…
Shaft jackson
  • 105
  • 1
  • 1
  • 6
-3
votes
1 answer

Display Google location in Android layout

I am using Google Place Picker to get the user current location and send it to the other user in a chat dialog, but what I want is to display that location in the chat dialog as a message element. How can I do that?
1 2 3 4 5
6