ios_google_places_autocomplete icon indicating copy to clipboard operation
ios_google_places_autocomplete copied to clipboard

Google Places address entry for iOS (Swift)

Results 24 ios_google_places_autocomplete issues
Sort by recently updated
recently updated
newest added

Hey, thanks for the library. I have a doubt regarding location biasing function, What values to pass to this function. For example for bangalore city I have bounds BANGALORE(12.784305f, 77.352505f,...

How to search within a country?

`CFURLCreateStringsByAddingPercentEscapes()` function was deprecated in iOS 9.0, and Xcode was throwing up a warning each time I built my app. I updated the code in `escape(string: String) -> String` function...

This pull request corrects the spelling of **Xcode** :sweat_smile: https://developer.apple.com/xcode/ Created with [`xcode-readme`](https://github.com/dkhamsing/xcode-readme).

public convenience init(apiKey: String, placeType: PlaceType = .All) this method is not access in objective c project.

I want ths GooglePlacesAutocomplete viewcontroller to work same way in the uitextfield as i have a form to fill up in the app with country and city as fields. Please...

Hi, thank you for your great work! I just have one question: How do you secure your API key? An iOS API key would be easy, because you can restrict...

Hi, I was looking at this code and I merely wanted to return the selected place that was selected from the autocomplete navigation bar and place that value into some...

I have had a need for searching for a type of establishment (eg. bar, restaurant, night_club), and also for searching for .Adress and .Cities. I don't know how to do...

Any idea? Tried few suggestions - nothing worked. This when trying to run the Example project. If I comment the improt: #import on the FBSnapshotTestCase it works, but the I...