You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.
s.summary = "An objective-c wrapper around the Google Places autocomplete API. Includes sample application emulating the Maps app."
s.description = <<-DESC
SPGooglePlacesAutocomplete is a simple objective-c wrapper around the Google Places Autocomplete API.
The API can be used to provide autocomplete functionality for text-based geographic searches, by returning Places such as businesses, addresses, and points of interest as a user types.
SPGooglePlacesAutocomplete also provides support for converting Place results into CLPlacemark objects for easy mapping with MKMapView.