Use this row to provide user input field with address or neares place autocomplete.
Usage example in Screens/ViewController.swift
Testet with iOS 9+, developed with Xcode 8.2.1
Sources located at the EurekaAddressAutocompleteRow/Sources
-
Install Eureka with instructions.
-
Add
AddressRowAndSupport.swiftinto project -
Select which API you want to use
Google Places
-
Install Google Places SDK for iOS
-
Drop
GoogleGeocodingAddressManager.swiftinto project -
Get API key for Google Places and fill in
GoogleGeocodingAddressManager.apiKey
Foursquare
-
Drop
FoursquareSuggestCompletionManager.swiftinto project -
Get
client_idandclient_secretfrom foursquare developers web site and fill inFoursquareSuggestCompletionManager.clientIDandFoursquareSuggestCompletionManager.clientSecret
MapKit
Drop MapKitSearchManager.swift into project





