Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.76 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.76 KB

Address autocomplete row for Eureka form buider

Description

Use this row to provide user input field with address or neares place autocomplete.

Usage example in Screens/ViewController.swift

Requirements

Testet with iOS 9+, developed with Xcode 8.2.1

How to use

Sources located at the EurekaAddressAutocompleteRow/Sources

  1. Install Eureka with instructions.

  2. Add AddressRowAndSupport.swift into project

  3. Select which API you want to use

Google Places

  1. Install Google Places SDK for iOS

  2. Drop GoogleGeocodingAddressManager.swift into project

  3. Get API key for Google Places and fill in GoogleGeocodingAddressManager.apiKey

Foursquare

  1. Drop FoursquareSuggestCompletionManager.swift into project

  2. Get client_id and client_secret from foursquare developers web site and fill in FoursquareSuggestCompletionManager.clientID and FoursquareSuggestCompletionManager.clientSecret

MapKit

Drop MapKitSearchManager.swift into project