GooglePlacesSearchController icon indicating copy to clipboard operation
GooglePlacesSearchController copied to clipboard

Google Places autocompleting address search controller

Results 7 GooglePlacesSearchController issues
Sort by recently updated
recently updated
newest added

need to display with post code in search list ? ![Screenshot 2020-10-09 at 11 38 50 PM](https://user-images.githubusercontent.com/36288173/95617226-b301c600-0a88-11eb-9282-5a0887fc577c.png) using regions but not getting post code ``` lazy var placesSearchController: GooglePlacesSearchController =...

If the user is typing quickly, multiple requests are made to the `/place/autocomplete` endpoint. As Google charges per request, might be good to debounce or filter the keyboard input so...

I have added searchcontroller to view but when i search it changes its position and after completing search it backs to original position. self.view.addSubview((placesSearchController.searchBar)) Please check attached screenshot for reference...

i need to handle the search closed or dismissed

Hey, I run your example but in the search view, there is extra space above the tableview. See first cell. ![simulator screen shot - iphone 8 - 2018-06-05 at 15...

The Library is working without any problem, Awesome Library it is. Nice work Done. I need Powered by Google Logo as the Footer for TableView. I tried to access any...