watsonbox / ios_google_places_autocomplete

Google Places address entry for iOS (Swift)
MIT License
269 stars 72 forks source link

Swift 4 upgrade #51

Open basememara opened 6 years ago

basememara commented 6 years ago

It doesn't look like this repo is maintain anymore so in case it helps anyone, I've upgraded to Swift 4, did some refactoring, and even fallback to Apple MapKit if Google Places fails (like for throttling, usage limits, etc): https://github.com/shmidt/GooglePlacesSearchController/pull/15