Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan committed Jun 6, 2015
1 parent 3f1964a commit a140105
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
@@ -1,8 +1,9 @@
# HNKGooglePlacesAutocomplete

[![CocoaPods](https://img.shields.io/cocoapods/v/HNKGooglePlacesAutocomplete.svg)](http://cocoapods.org/pods/HNKGooglePlacesAutocomplete)
[![CocoaPods](https://img.shields.io/cocoapods/l/HNKGooglePlacesAutocomplete.svg)](https://raw.githubusercontent.com/hkellaway/HNKGooglePlacesAutocomplete/master/LICENSE)
[![License](https://img.shields.io/cocoapods/l/HNKGooglePlacesAutocomplete.svg)](https://raw.githubusercontent.com/hkellaway/HNKGooglePlacesAutocomplete/master/LICENSE)
[![CocoaPods](https://img.shields.io/cocoapods/p/HNKGooglePlacesAutocomplete.svg)](http://cocoapods.org/pods/HNKGooglePlacesAutocomplete)
![Objective-C](https://img.shields.io/badge/language-objective--c-blue.svg)
[![Build Status](https://travis-ci.org/hkellaway/HNKGooglePlacesAutocomplete.svg?branch=master)](https://travis-ci.org/hkellaway/HNKGooglePlacesAutocomplete)

An Objective-C wrapper for the Google Places Autocomplete API
Expand Down Expand Up @@ -124,6 +125,8 @@ HNKGooglePlacesAutocomplete comes with a category that facilitates translating `
```
You should replace `YOUR_API_KEY` with your Google Places API key; `hnk_placemarkFromGooglePlace` uses your API key to query the Google Place Details API if needed.

For convenience, the API key you provided `HNKGooglePlacesAutocompleteQuery` during setup is available as a property: `[HNKGooglePlacesAutocompleteQuery sharedQuery].apiKey`

## Advanced Topics

The core functionality needed to use HNKGooglePlacesAutocomplete is described in [Setup](#setup), [Queries](#queries), [Places](#places), and [CLPlacemark from Place](#clplacemark-from-place). The following sections describe additional topics that may be of use in particular situations.
Expand Down

0 comments on commit a140105

Please sign in to comment.