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.swift
into project -
Select which API you want to use
Google Places
-
Install Google Places SDK for iOS
-
Drop
GoogleGeocodingAddressManager.swift
into project -
Get API key for Google Places and fill in
GoogleGeocodingAddressManager.apiKey
Foursquare
-
Drop
FoursquareSuggestCompletionManager.swift
into project -
Get
client_id
andclient_secret
from foursquare developers web site and fill inFoursquareSuggestCompletionManager.clientID
andFoursquareSuggestCompletionManager.clientSecret
MapKit
Drop MapKitSearchManager.swift
into project