Skip to content

Commit 3b4eb91

Browse files
committed
Updating podspec and readme.
1 parent 8119549 commit 3b4eb91

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.textile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ SVPlacemark is now a simple NSObject. Here's a sample placemark returned for str
6262

6363
There's also a @region@ (@MKCoordinateRegion@) property in case the returned placemark isn't a pinned location, and a @location@ (@CLLocation@) convenience property.
6464

65+
h2. Google Maps API Token
66+
67+
You can include a Google Maps API token by initializing the geocoder and setting it.
68+
69+
<pre>
70+
[geocoder setGoogleMapsToken:@"token"];
71+
</pre>
6572

6673
h2. Credits
6774

SVGeocoder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SVGeocoder'
3-
s.version = '0.1'
3+
s.version = '0.2'
44
s.license = 'MIT'
55
s.platform = :ios
66
s.summary = 'Simple Cocoa wrapper for the Google Geocoding Service.'

0 commit comments

Comments
 (0)