Questions tagged [gmsplacepicker]

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

80 questions
2
votes
3 answers

How to filter GMSPlacesAutocompleteTypeFilter to obtain the Country result for both United states and canada

let filter = GMSAutocompleteFilter() filter.type = GMSPlacesAutocompleteTypeFilter.city filter.country = "USA" || "CA" how to get 2 country results in google autocomplete
Amutha Kumari
  • 125
  • 1
  • 3
  • 12
2
votes
0 answers

Place Picker API getName shows LatLng when clicking SELECT THIS LOCATION

I am using Place Picker API to get placename, address, phone, website. As seen on the first picture when i click a place on the map it shows the place name and address and when selected the results show in a form company name, address, phone number…
areyouSEARious
  • 117
  • 1
  • 13
2
votes
1 answer

Adding google place picker in tab fragment android

I'm currently developing application about google maps services. I use tab layout with 2 tabs which are fragments. In one tab I use google maps api and it work's properly. But in second tab I want that on button click start intent with place…
2
votes
1 answer

Android Espresso - Testing on different Activities

I'm writing tests for my Android App with the Espresso framework. This seems to work fine so far. Problem is that I sometimes have to change the Activity. In this specific case clicking a button opens the Google PlacePicker for selecting a certain…
2
votes
1 answer

IntentBuilder not recognized in Android Studio (Google PlacePicker)

I'm trying to create a PlacePicker for my Google Maps Application, and found a nice guide to do this. The guide isen't terribly outdated, so i didn't expect it to use any deprecated features. As it turns out, it does, and i'm kinda confused as to…
2
votes
1 answer

Android Geocoder doesn't work on API 23

i have develop app that when run take the city name by lat and long using a GPSTracker.java class and add this city name to url for retrive json data. My code works very fine from API 18 to API 22 but now when i run my code on API 23 the geocoder…
APPGIS
  • 353
  • 1
  • 10
  • 20
2
votes
1 answer

Android - Google Place Picker does not display search box

I am trying to make an app which can enable user to "check-in" at a certain location through Google Place Picker. I use the code from Google : PlacePicker.IntentBuilder intentBuilder = new…
Kevin Murvie
  • 2,592
  • 1
  • 25
  • 43
1
vote
1 answer

Google Places Picker not working anymore, says: The Places API for iOS is not enabled. See the developer’s guide

I am getting the error: Error: The operation couldn’t be completed. The Places API for iOS is not enabled. See the developer's guide (https://developers.google.com/places/ios-api/start) for how to enable the Google Places API for iOS. Google…
1
vote
2 answers

Trying to get place from place picker but it open and closes

I am integrating place picker but I have already enable places api but it opens and close immediately. I have created api key and puted it on manifest file still it not working.in my logcat it gives me error 2019-03-08 10:31:41.640 2837-2358/?…
Mind Werx
  • 77
  • 12
1
vote
1 answer

place picker closes immediately

my PlacePicker is closing when I open it, it stays open for about 3 seconds, I can see the location and I can move it, but it closes, I already tried everything already activated the api in google console, I changed the key, it does not give any…
1
vote
4 answers

Google Place Picker will be removed?

Hi today google send me this email about all my application that use Google Place picker in ios and android. *Today we're launching upgraded Places SDKs for Android and iOS. They are pay-as-you-go and billed at the same rate as our Places API and…
1
vote
0 answers

Distance not getting when given the "near" parameter

I am referring to this sample app. I have included placepicker-sdk into my project when I am searching particular location it's showing with the distance but when I am providing near parameter then it's not showing the distance. I want to show…
1
vote
1 answer

UI Offset within GMSPlacePickerViewController

I have implemented a GMSPlacesClient and GMSPlacePickerViewController, and the setup functions fine. However, there appears to be a vertical offset within the UI that creates an aesthetic issue: in search, the first item in the table is cut off, and…
1
vote
0 answers

I'm not able to drag after searched location is entered on Google Place Picker API

So this is what happens. When I start Google Place Picker Intent, it lets me choose places around my location or it gives me the option to search a place. But, I wanted the ability to even choose a place in the area around a searched location. i.e…
1
vote
1 answer

First Time Launch Google Place Picker Take a Time

I am using place picker API and I didn't understand why it takes time when it is launched for the first time? After the first run/launch, when we open it for the second time, it works fine. Here's the code which I've implemented on a button…
s.jain
  • 43
  • 1
  • 9