Questions tagged [gmsautocomplete]
23 questions
1
vote
2 answers
Adding a search bar to Google Place Picker(GMSPlacePicker)
I am new in iOS application developer. I am using the Google place picker (GMSPlacePicker) and it's looking fine but not seeing searchbar. How am I supposed to add a search bar? I am referring https://developers.google.com/places/ios-api/placepicker…

ios_dev
- 1,025
- 15
- 27
1
vote
3 answers
Google Places autocomplete does not exist in GoogleMaps SDK
I've used CocoaPods to import GoogleMaps to my project:
pods 'GoogleMaps'
Then I tried to import and use the GMSAutocompleteViewController but it does not exist in the project!
I'm trying to implement the delegate…

ytpm
- 4,962
- 6
- 56
- 113
0
votes
1 answer
SWIFT limit google maps placeAPI autocomplete to certain country
I have implemented google maps place API GMSAutocomplete. It works fine. However, every time when I input a address number I see a lot of foreign addresses which are not relevant. I was wondering if it is possible to set a limit to the place API so…

Xin Cheng
- 69
- 5
0
votes
0 answers
Filter only gyms to show in GMSAutocompleteViewController
Gym is present in supported types as mentioned on Google's site.
https://developers.google.com/places/supported_types.
I just can't seem to figure out how to filter specific types to show results.
So far I have tried:
let field =…

Codobux social
- 11
- 2
0
votes
1 answer
Google AutoComplete Not Populating TableView
I am using Google AutoComplete to search Addresses. I am getting a result in the console, however, this is not populating into the TableView.
I am in the main queue when reloading the table.
I am getting a print count of the number of objects in…

David Henry
- 1,972
- 20
- 43
0
votes
1 answer
Google search places API getting only 2 places?
I used below code to search places and to get places list I used below api (https://maps.googleapis.com/maps/api/place/queryautocomplete/json?input=%@&key=My_Key). It's working fine, but it's showing only two places in each search. But the…

Naresh
- 16,698
- 6
- 112
- 113
0
votes
1 answer
show segue(programmatically) when selecting place from GMSAutocompleteResultsViewController
I am having some issues with segueing to a new viewcontroller via the show segue. I have been able to use the present segue, but want to use a push/show navigation stack. I am getting this error... "an existing transition or presentation is…

user3708224
- 1,229
- 4
- 19
- 37
0
votes
1 answer
GMSAutoComplete not showing correct position on map when finished
I am using Google Maps API Autocomplete in my Objective C view to allow a user to search an address then be displayed on my map on my application. This is working fine and the auto complete view loads, allows you to fill it out and then disappears…

Curtis Boylan
- 827
- 1
- 7
- 23