mnbayan / AutocompleteTextfieldSwift

Simple and straightforward sublass of UITextfield to manage string suggestions
MIT License
290 stars 66 forks source link

Location Bias #33

Closed AcriCAA closed 8 years ago

AcriCAA commented 8 years ago

@mnbayan

Hi,

I am wondering if or how you can add Google's location bias parameter to this?

https://developers.google.com/places/web-service/autocomplete#location_biasing

Thanks

mnbayan commented 8 years ago

HI @AcriCAA , you can do completely what you want with the request, what the library does is display the strings you passed.

Sorry, this reply is late but i hope i was able to help. Thanks!

DavidCollinsNZ commented 7 years ago

@AcriCAA You can modify the request URL string to include the GPS co-ordinates and radius.